Class QueryPool#
Defined in File QueryPool.h
Inheritance Relationships#
Derived Type#
public TRAP::Graphics::API::VulkanQueryPool
(Class VulkanQueryPool)
Class Documentation#
-
class QueryPool#
Subclassed by TRAP::Graphics::API::VulkanQueryPool
Public Functions
-
virtual ~QueryPool()#
Destructor.
Public Static Functions
-
static TRAP::Ref<QueryPool> Create(const RendererAPI::QueryPoolDesc &desc)#
Create a new query pool from the given description.
- Parameters:
desc – Query pool description.
- Returns:
Created query pool.
Protected Functions
-
QueryPool()#
Constructor.
-
virtual ~QueryPool()#