gpu: add StorageTextureBindingLayout
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
50e1151a72
commit
da4edf6e1d
3 changed files with 10 additions and 7 deletions
|
|
@ -204,13 +204,6 @@ typedef struct WGPUCopyTextureForBrowserOptions {
|
|||
WGPUAlphaMode dstAlphaMode;
|
||||
} WGPUCopyTextureForBrowserOptions;
|
||||
|
||||
typedef struct WGPUStorageTextureBindingLayout {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
WGPUStorageTextureAccess access;
|
||||
WGPUTextureFormat format;
|
||||
WGPUTextureViewDimension viewDimension;
|
||||
} WGPUStorageTextureBindingLayout;
|
||||
|
||||
typedef struct WGPUTextureBindingLayout {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
WGPUTextureSampleType sampleType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue