Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/FVulkanDynamicRHI
- FDynamicRHI::RHIGetRenderQueryResult()
- FVulkanDynamicRHI::RHIGetRenderQueryResult()
References
Module | VulkanRHI |
Header | /Engine/Source/Runtime/VulkanRHI/Public/VulkanDynamicRHI.h |
Include | #include "VulkanDynamicRHI.h" |
Source | /Engine/Source/Runtime/VulkanRHI/Private/VulkanQuery.cpp |
virtual bool RHIGetRenderQueryResult
&40;
FRHIRenderQuery &42; RenderQuery,
uint64 & OutResult,
bool bWait,
uint32 GPUIndex
&41;
Remarks
CAUTION: Even though this is marked as threadsafe, it is only valid to call from the render thread. It is need not be threadsafe on platforms that do not support or aren't using an RHIThread FlushType: Thread safe, but varies by RHI