gpu: add RenderBundleEncoder.Descriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
4ae4ef4e14
commit
7509404a91
2 changed files with 12 additions and 11 deletions
11
gpu/src/TODO
11
gpu/src/TODO
|
|
@ -57,17 +57,6 @@ typedef struct WGPUDawnTogglesDeviceDescriptor {
|
|||
|
||||
|
||||
|
||||
typedef struct WGPURenderBundleEncoderDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * label;
|
||||
uint32_t colorFormatsCount;
|
||||
WGPUTextureFormat const * colorFormats;
|
||||
WGPUTextureFormat depthStencilFormat;
|
||||
uint32_t sampleCount;
|
||||
bool depthReadOnly;
|
||||
bool stencilReadOnly;
|
||||
} WGPURenderBundleEncoderDescriptor;
|
||||
|
||||
typedef struct WGPUSamplerDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * label;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue