gpu: add RenderPassEncoder.Descriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
4e6c6bbee8
commit
7eb06f25f6
2 changed files with 14 additions and 11 deletions
11
gpu/src/TODO
11
gpu/src/TODO
|
|
@ -57,17 +57,6 @@ typedef struct WGPUDawnTogglesDeviceDescriptor {
|
|||
|
||||
|
||||
|
||||
typedef struct WGPURenderPassDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * label;
|
||||
uint32_t colorAttachmentCount;
|
||||
WGPURenderPassColorAttachment const * colorAttachments;
|
||||
WGPURenderPassDepthStencilAttachment const * depthStencilAttachment;
|
||||
WGPUQuerySet occlusionQuerySet;
|
||||
uint32_t timestampWriteCount;
|
||||
WGPURenderPassTimestampWrite const * timestampWrites;
|
||||
} WGPURenderPassDescriptor;
|
||||
|
||||
typedef struct WGPURenderPipelineDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * label;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue