gpu: add StorageTextureAccess enum
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
0883421905
commit
051126bbf0
2 changed files with 5 additions and 6 deletions
|
|
@ -1,11 +1,5 @@
|
|||
typedef uint32_t WGPUFlags;
|
||||
|
||||
typedef enum WGPUStorageTextureAccess {
|
||||
WGPUStorageTextureAccess_Undefined = 0x00000000,
|
||||
WGPUStorageTextureAccess_WriteOnly = 0x00000001,
|
||||
WGPUStorageTextureAccess_Force32 = 0x7FFFFFFF
|
||||
} WGPUStorageTextureAccess;
|
||||
|
||||
typedef enum WGPUStoreOp {
|
||||
WGPUStoreOp_Undefined = 0x00000000,
|
||||
WGPUStoreOp_Store = 0x00000001,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue