gpu: add ComputePassTimestampWrite

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 16:53:18 -07:00 committed by Stephen Gutekanst
parent 79e80467ca
commit 628f3d59c2
3 changed files with 9 additions and 6 deletions

View file

@ -165,12 +165,6 @@ typedef struct WGPUFragmentState {
WGPUColorTargetState const * targets;
} WGPUFragmentState;
typedef struct WGPUComputePassTimestampWrite {
WGPUQuerySet querySet;
uint32_t queryIndex;
WGPUComputePassTimestampLocation location;
} WGPUComputePassTimestampWrite;
typedef struct WGPUExternalTextureBindingEntry {
WGPUChainedStruct chain;
WGPUExternalTexture externalTexture;