UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VulkanQueue.h File Reference

Go to the source code of this file.

Classes

struct  FBinarySemaphoreSignalInfo
 
class  FVulkanQueue
 
class  FVulkanDiagnosticBuffer
 

Namespaces

namespace  VulkanRHI
 

Enumerations

enum class  EVulkanQueueType : uint8 { Graphics = 0 , AsyncCompute , Transfer , Count }
 

Functions

const TCHARGetVulkanQueueTypeName (EVulkanQueueType QueueType)
 

Enumeration Type Documentation

◆ EVulkanQueueType

enum class EVulkanQueueType : uint8
strong
Enumerator
Graphics 
AsyncCompute 
Transfer 
Count 

Function Documentation

◆ GetVulkanQueueTypeName()

const TCHAR * GetVulkanQueueTypeName ( EVulkanQueueType  QueueType)
inline