From 22fe293a1668431722e9f1c8c23da859f3cfcad7 Mon Sep 17 00:00:00 2001 From: Loko Kung Date: Fri, 4 Aug 2023 14:23:14 -0700 Subject: [PATCH] Adds WGPUBool typedef. --- webgpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/webgpu.h b/webgpu.h index 2eda6bd..ea1bfb1 100644 --- a/webgpu.h +++ b/webgpu.h @@ -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;