gpu: add Buffer.Descriptor

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 14:16:53 -07:00 committed by Stephen Gutekanst
parent 775be75c90
commit 8f17a2f79b
2 changed files with 10 additions and 8 deletions

View file

@ -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;