gpu: add Sampler.BindingLayout
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e2ed25babc
commit
58c27b41a8
4 changed files with 13 additions and 14 deletions
|
|
@ -204,11 +204,6 @@ typedef struct WGPUCopyTextureForBrowserOptions {
|
|||
WGPUAlphaMode dstAlphaMode;
|
||||
} WGPUCopyTextureForBrowserOptions;
|
||||
|
||||
typedef struct WGPUSamplerBindingLayout {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
WGPUSamplerBindingType type;
|
||||
} WGPUSamplerBindingLayout;
|
||||
|
||||
typedef struct WGPUStorageTextureBindingLayout {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
WGPUStorageTextureAccess access;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue