Navigation
Unreal Engine C++ API Reference > Runtime > RHI > FDynamicRHI
- FDynamicRHI::RHICreateRenderQueryPool()
- FOpenGLDynamicRHI::RHICreateRenderQueryPool()
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
Include | #include "DynamicRHI.h" |
virtual FRenderQueryPoolRHIRef RHICreateRenderQueryPool
&40;
ERenderQueryType QueryType,
uint32 NumQueries
&41;
Remarks
Creates a pool for querys like timers or occlusion queries. the Querypool.
Parameters
Name | Description |
---|---|
QueryType | The ype of the queries provided by this pool like RQT_Occlusion or RQT_AbsoluteTime. |