Skip to content

Commit

Permalink
Adds WGPUBool typedef.
Browse files Browse the repository at this point in the history
  • Loading branch information
lokokung committed Aug 4, 2023
1 parent 7369ada commit 22fe293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webgpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
#define WGPU_WHOLE_SIZE (0xffffffffffffffffULL)

typedef uint32_t WGPUFlags;
typedef uint32_t WGPUBool;

typedef struct WGPUAdapterImpl* WGPUAdapter WGPU_OBJECT_ATTRIBUTE;
typedef struct WGPUBindGroupImpl* WGPUBindGroup WGPU_OBJECT_ATTRIBUTE;
Expand Down

0 comments on commit 22fe293

Please sign in to comment.