Skip to content

Commit 8c29d4b

Browse files
committed
Hand-edit to fix bad translation
1 parent be29bcd commit 8c29d4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ffi/wgpu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@ typedef uint32_t WGPUShaderStage;
20132013
typedef struct WGPUBindGroupLayoutEntry {
20142014
uint32_t binding;
20152015
WGPUShaderStage visibility;
2016-
struct WGPUBindingType ty;
2016+
WGPUBindingType ty;
20172017
bool has_dynamic_offset;
20182018
uint64_t min_buffer_binding_size;
20192019
bool multisampled;

0 commit comments

Comments
 (0)