File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
11
11
# The wgpu-native version that we target/expect
12
- __version__ = "0.19.1 .1"
13
- __commit_sha__ = "569a2be60d1dc90a660c1c96ffb3722942ada782 "
12
+ __version__ = "0.19.3 .1"
13
+ __commit_sha__ = "8f94e257f4abef4e5333fc1b181c2b404d6e34c0 "
14
14
version_info = tuple (map (int , __version__ .split ("." )))
15
15
_check_expected_version (version_info ) # produces a warning on mismatch
16
16
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ typedef enum WGPUNativeFeature {
27
27
WGPUNativeFeature_TextureBindingArray = 0x00030006 ,
28
28
WGPUNativeFeature_SampledTextureAndStorageBufferArrayNonUniformIndexing = 0x00030007 ,
29
29
WGPUNativeFeature_PipelineStatisticsQuery = 0x00030008 ,
30
+ WGPUNativeFeature_StorageResourceBindingArray = 0x00030009 ,
31
+ WGPUNativeFeature_PartiallyBoundBindingArray = 0x0003000A ,
30
32
WGPUNativeFeature_Force32 = 0x7FFFFFFF
31
33
} WGPUNativeFeature ;
32
34
You can’t perform that action at this time.
0 commit comments