gpu: add Texture.Descriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
628f3d59c2
commit
13fcf98436
3 changed files with 13 additions and 11 deletions
11
gpu/src/TODO
11
gpu/src/TODO
|
|
@ -57,17 +57,6 @@ typedef struct WGPUDawnTogglesDeviceDescriptor {
|
|||
|
||||
|
||||
|
||||
typedef struct WGPUTextureDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * label;
|
||||
WGPUTextureUsageFlags usage;
|
||||
WGPUTextureDimension dimension;
|
||||
WGPUExtent3D size;
|
||||
WGPUTextureFormat format;
|
||||
uint32_t mipLevelCount;
|
||||
uint32_t sampleCount;
|
||||
} WGPUTextureDescriptor;
|
||||
|
||||
typedef struct WGPUBindGroupLayoutDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * label;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue