gpu: add BindGroupEntry
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
fd48c830e1
commit
a541bf4fa1
4 changed files with 35 additions and 11 deletions
10
gpu/src/TODO
10
gpu/src/TODO
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue