gpu: add BindGroupEntry

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 15:09:13 -07:00 committed by Stephen Gutekanst
parent fd48c830e1
commit a541bf4fa1
4 changed files with 35 additions and 11 deletions

View file

@ -187,16 +187,6 @@ typedef struct WGPURenderPipelineDescriptor {
typedef struct WGPUBindGroupEntry {
WGPUChainedStruct const * nextInChain;
uint32_t binding;
WGPUBuffer buffer;
uint64_t offset;
uint64_t size;
WGPUSampler sampler;
WGPUTextureView textureView;
} WGPUBindGroupEntry;
typedef struct WGPUBufferBindingLayout {
WGPUChainedStruct const * nextInChain;
WGPUBufferBindingType type;