gpu: add BufferBindingLayout

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 15:12:53 -07:00 committed by Stephen Gutekanst
parent a541bf4fa1
commit 95413bae6f
2 changed files with 8 additions and 7 deletions

View file

@ -187,13 +187,6 @@ typedef struct WGPURenderPipelineDescriptor {
typedef struct WGPUBufferBindingLayout {
WGPUChainedStruct const * nextInChain;
WGPUBufferBindingType type;
bool hasDynamicOffset;
uint64_t minBindingSize;
} WGPUBufferBindingLayout;
typedef struct WGPUCompilationMessage {
WGPUChainedStruct const * nextInChain;
char const * message;