gpu: add Buffer.Descriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
775be75c90
commit
8f17a2f79b
2 changed files with 10 additions and 8 deletions
|
|
@ -40,14 +40,6 @@ typedef struct WGPUChainedStructOut {
|
|||
|
||||
|
||||
|
||||
typedef struct WGPUBufferDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * label;
|
||||
WGPUBufferUsageFlags usage;
|
||||
uint64_t size;
|
||||
bool mappedAtCreation;
|
||||
} WGPUBufferDescriptor;
|
||||
|
||||
typedef struct WGPUCommandBufferDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * label;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue