SpiecsEngine
Loading...
Searching...
No Matches
◆
WriteTimeStamp()
void Spices::VulkanQueryPool::WriteTimeStamp
(
VkCommandBuffer
commandBuffer
,
uint32_t
index
) const
Write a
TimeStamp
to queryPool.
Parameters
[in]
commandBuffer
VkCommandBuffer.
[in]
index
QueryIndex.
Definition at line
88
of file
VulkanQueryPool.cpp
.
89
{
90
SPICES_PROFILE_ZONE
;
91
92
assert(
m_QueryType
& VK_QUERY_TYPE_TIMESTAMP);
93
94
vkCmdWriteTimestamp2(commandBuffer, VK_PIPELINE_STAGE_2_NONE,
m_QueryPool
, index);
95
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::VulkanQueryPool::m_QueryType
VkQueryType m_QueryType
Query Type.
Definition
VulkanQueryPool.h:92
Spices::VulkanQueryPool::m_QueryPool
VkQueryPool m_QueryPool
VkQueryPool Handler.
Definition
VulkanQueryPool.h:87
Spices
VulkanQueryPool
Generated on Sun Mar 8 2026 10:24:50 for SpiecsEngine by
1.10.0