gpu: add BindingGroupLayout.Entry
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
c0ddbbb514
commit
3393813ebc
2 changed files with 16 additions and 10 deletions
10
gpu/src/TODO
10
gpu/src/TODO
|
|
@ -204,16 +204,6 @@ typedef struct WGPUCopyTextureForBrowserOptions {
|
|||
WGPUAlphaMode dstAlphaMode;
|
||||
} WGPUCopyTextureForBrowserOptions;
|
||||
|
||||
typedef struct WGPUBindGroupLayoutEntry {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
uint32_t binding;
|
||||
WGPUShaderStageFlags visibility;
|
||||
WGPUBufferBindingLayout buffer;
|
||||
WGPUSamplerBindingLayout sampler;
|
||||
WGPUTextureBindingLayout texture;
|
||||
WGPUStorageTextureBindingLayout storageTexture;
|
||||
} WGPUBindGroupLayoutEntry;
|
||||
|
||||
typedef struct WGPUCompilationInfo {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
uint32_t messageCount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue