Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FDynamicRHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include | #include "DynamicRHI.h" |
virtual FRenderQueryPoolRHIRef RHICreateRenderQueryPool
(
ERenderQueryType QueryType,
uint32 NumQueries
)
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. |