We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be29bcd commit 8c29d4bCopy full SHA for 8c29d4b
1 file changed
ffi/wgpu.h
@@ -2013,7 +2013,7 @@ typedef uint32_t WGPUShaderStage;
2013
typedef struct WGPUBindGroupLayoutEntry {
2014
uint32_t binding;
2015
WGPUShaderStage visibility;
2016
- struct WGPUBindingType ty;
+ WGPUBindingType ty;
2017
bool has_dynamic_offset;
2018
uint64_t min_buffer_binding_size;
2019
bool multisampled;
0 commit comments