gpu: add RenderPassTimestampWrite
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
7eb06f25f6
commit
58fe1b12f7
3 changed files with 9 additions and 6 deletions
|
|
@ -143,12 +143,6 @@ typedef struct WGPUPrimitiveDepthClampingState {
|
|||
bool clampDepth;
|
||||
} WGPUPrimitiveDepthClampingState;
|
||||
|
||||
typedef struct WGPURenderPassTimestampWrite {
|
||||
WGPUQuerySet querySet;
|
||||
uint32_t queryIndex;
|
||||
WGPURenderPassTimestampLocation location;
|
||||
} WGPURenderPassTimestampWrite;
|
||||
|
||||
typedef struct WGPURenderPassDepthStencilAttachment {
|
||||
WGPUTextureView view;
|
||||
WGPULoadOp depthLoadOp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue