UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VulkanQuery.h File Reference
#include "VulkanPlatform.h"

Go to the source code of this file.

Classes

class  FVulkanQueryPool
 
class  FVulkanRenderQuery
 

Typedefs

using FVulkanSyncPointRef = TRefCountPtr< FVulkanSyncPoint >
 

Enumerations

enum class  EVulkanQueryPoolType : uint8 {
  Occlusion , PipelineStats , Timestamp , ASCompactedSize ,
  Count
}
 

Functions

constexpr VkQueryType GetVkQueryType (EVulkanQueryPoolType Type)
 

Typedef Documentation

◆ FVulkanSyncPointRef

Enumeration Type Documentation

◆ EVulkanQueryPoolType

Enumerator
Occlusion 
PipelineStats 
Timestamp 
ASCompactedSize 
Count 

Function Documentation

◆ GetVkQueryType()

constexpr VkQueryType GetVkQueryType ( EVulkanQueryPoolType  Type)
constexpr