gpu: add ComputePassTimestampWrite
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
79e80467ca
commit
628f3d59c2
3 changed files with 9 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue