gpu: add RenderBundleEncoder.Descriptor

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 16:30:03 -07:00 committed by Stephen Gutekanst
parent 4ae4ef4e14
commit 7509404a91
2 changed files with 12 additions and 11 deletions

View file

@ -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;