UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
D3D12Queue.h File Reference
#include "D3D12RHICommon.h"
#include "D3D12RHIDefinitions.h"
#include "RHIPipeline.h"

Go to the source code of this file.

Enumerations

enum class  ED3D12QueueType { Direct = 0 , Copy , Async , Count }
 

Functions

ED3D12QueueType GetD3DCommandQueueType (ERHIPipeline Pipeline)
 
const TCHARGetD3DCommandQueueTypeName (ED3D12QueueType QueueType)
 
D3D12_COMMAND_LIST_TYPE GetD3DCommandListType (ED3D12QueueType QueueType)
 

Enumeration Type Documentation

◆ ED3D12QueueType

enum class ED3D12QueueType
strong
Enumerator
Direct 
Copy 
Async 
Count 

Function Documentation

◆ GetD3DCommandListType()

D3D12_COMMAND_LIST_TYPE GetD3DCommandListType ( ED3D12QueueType  QueueType)
inline

◆ GetD3DCommandQueueType()

ED3D12QueueType GetD3DCommandQueueType ( ERHIPipeline  Pipeline)
inline

◆ GetD3DCommandQueueTypeName()

const TCHAR * GetD3DCommandQueueTypeName ( ED3D12QueueType  QueueType)
inline