We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2da5f3 commit 6ec2d0cCopy full SHA for 6ec2d0c
webgpu.h
@@ -634,7 +634,7 @@ typedef enum WGPUPopErrorScopeStatus {
634
/**
635
* The error scope stack could not be popped, because it was empty.
636
*/
637
- WGPUPopErrorScopeStatus_Error = 0x00000003,
+ WGPUPopErrorScopeStatus_EmptyStack = 0x00000003,
638
WGPUPopErrorScopeStatus_Force32 = 0x7FFFFFFF
639
} WGPUPopErrorScopeStatus WGPU_ENUM_ATTRIBUTE;
640
webgpu.yml
@@ -582,7 +582,7 @@ enums:
582
- name: instance_dropped
583
doc: |
584
TODO
585
- - name: error
+ - name: empty_stack
586
587
The error scope stack could not be popped, because it was empty.
588
- name: power_preference
0 commit comments