gpu: add RenderPassTimestampWrite

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 17:06:41 -07:00 committed by Stephen Gutekanst
parent 7eb06f25f6
commit 58fe1b12f7
3 changed files with 9 additions and 6 deletions

View file

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