Skip to content

Commit

Permalink
missed an enum
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis committed Dec 12, 2023
1 parent a76e6f9 commit 1087eb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renderlib_wgpu/wgpu_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ printAdapterFeatures(WGPUAdapter adapter)
case WGPUNativeFeature_SampledTextureAndStorageBufferArrayNonUniformIndexing:
s = "SampledTextureAndStorageBufferArrayNonUniformIndexing";
break;

case WGPUNativeFeature_PipelineStatisticsQuery:
s = "PipelineStatisticsQuery";
break;
default:
s = "Unknown";
break;
Expand Down

0 comments on commit 1087eb6

Please sign in to comment.