gpu: add Texture.BindingLayout
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
da4edf6e1d
commit
9b5fb77d7f
2 changed files with 7 additions and 7 deletions
|
|
@ -204,13 +204,6 @@ typedef struct WGPUCopyTextureForBrowserOptions {
|
|||
WGPUAlphaMode dstAlphaMode;
|
||||
} WGPUCopyTextureForBrowserOptions;
|
||||
|
||||
typedef struct WGPUTextureBindingLayout {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
WGPUTextureSampleType sampleType;
|
||||
WGPUTextureViewDimension viewDimension;
|
||||
bool multisampled;
|
||||
} WGPUTextureBindingLayout;
|
||||
|
||||
typedef struct WGPUTextureDataLayout {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
uint64_t offset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue