Closed dominikh closed 2 months ago
WGPUBool doesn't feel like the right type for a numeric value.
typedef struct WGPUSurfaceConfigurationExtras { WGPUChainedStruct chain; WGPUBool desiredMaximumFrameLatency; } WGPUSurfaceConfigurationExtras WGPU_STRUCTURE_ATTRIBUTE;
Thanks for filing it, created #403 fixing it.
WGPUBool doesn't feel like the right type for a numeric value.