Struct GPUQueryDX12
GPU query ID packed into 64-bits.
Assembly: FlaxEngine.dll
File: Engine/GraphicsDevice/DirectX/DX12/QueryHeapDX12.h
Syntax
public struct GPUQueryDX12
Fields
Element
Declaration
public uint16 Element
Field Value
|
uint16
|
Heap
Declaration
public uint16 Heap
Field Value
|
uint16
|
Raw
Declaration
public uint64 Raw
Field Value
|
uint64
|
SecondaryElement
Declaration
public uint16 SecondaryElement
Field Value
|
uint16
|
Type
Declaration
public uint16 Type
Field Value
|
uint16
|
Methods
GetQueriesCount(GPUQueryType type)
Declaration
public static int32 GetQueriesCount(GPUQueryType type)
Parameters
|
GPUQueryType
type
|
Returns
|
int32
|