44 {
46
47 auto* result =
dynamic_cast<Result*
>(
m_Result.get());
48
51
52
53 result->valid = true;
54 if (result->valid)
55 {
56 memcpy(result->statistics.data(), poolResult, sizeof(result->statistics));
57 }
58 }
#define SPICES_PROFILE_ZONE
std::unique_ptr< VulkanQueryPool > m_QueryPool
QueryPool of RenderPass.
std::shared_ptr< Result > m_Result
Result of QueryPool.