| Spices::VulkanQueryPool::VulkanQueryPool | ( | VulkanState & | vulkanState, |
| VkQueryType | type, | ||
| uint32_t | count = 1, | ||
| uint32_t | stride = 8, | ||
| VkQueryPipelineStatisticFlags | statistics = 0 ) |
Constructor Function. Create VkQueryPool.
| [in] | vulkanState | The global VulkanState. |
| [in] | type | VkQueryType. |
| [in] | count | QueryCount. |
| [in] | stride | single data bytes. |
| [in] | statistics | Pipeline Query Statistics. |
Instance a VkQueryPoolCreateInfo.
Create Query Pool.
Instance a VkQueryPoolCreateInfo.
Create Query Pool.
Definition at line 12 of file VulkanQueryPool.cpp.
References m_QueryCount, m_Stride, Spices::VulkanObject::VulkanObject(), and VulkanQueryPool().
Referenced by VulkanQueryPool().