gpu: add BufferBindingLayout
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
a541bf4fa1
commit
95413bae6f
2 changed files with 8 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue