UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
D3D12Query.h File Reference
#include "D3D12RHICommon.h"
#include "D3D12Residency.h"
#include "D3D12Resources.h"
#include "RHIResources.h"

Go to the source code of this file.

Classes

class  FD3D12QueryHeap
 
struct  FD3D12QueryRange
 
struct  FD3D12QueryLocation
 
class  FD3D12QueryAllocator
 
class  FD3D12RenderQuery
 
struct  TD3D12ResourceTraits< FRHIRenderQuery >
 

Typedefs

using FD3D12SyncPointRef = TRefCountPtr< FD3D12SyncPoint >
 

Enumerations

enum class  ED3D12QueryType {
  None , PipelineStats , TimestampMicroseconds , TimestampRaw ,
  CommandListBegin , CommandListEnd , IdleBegin , IdleEnd ,
  Occlusion
}
 
enum class  ED3D12QueryPosition { TopOfPipe , BottomOfPipe }
 

Typedef Documentation

◆ FD3D12SyncPointRef

Enumeration Type Documentation

◆ ED3D12QueryPosition

enum class ED3D12QueryPosition
strong
Enumerator
TopOfPipe 
BottomOfPipe 

◆ ED3D12QueryType

enum class ED3D12QueryType
strong
Enumerator
None 
PipelineStats 
TimestampMicroseconds 
TimestampRaw 
CommandListBegin 
CommandListEnd 
IdleBegin 
IdleEnd 
Occlusion