diff --git a/src/Engine/Graphics/Vulkan/Query.cpp b/src/Engine/Graphics/Vulkan/Query.cpp index e453b03..6b2e7f2 100644 --- a/src/Engine/Graphics/Vulkan/Query.cpp +++ b/src/Engine/Graphics/Vulkan/Query.cpp @@ -115,7 +115,7 @@ PipelineStatisticsQuery::PipelineStatisticsQuery(PGraphics graphics, const std:: VK_QUERY_PIPELINE_STATISTIC_COMPUTE_SHADER_INVOCATIONS_BIT | VK_QUERY_PIPELINE_STATISTIC_TASK_SHADER_INVOCATIONS_BIT_EXT | VK_QUERY_PIPELINE_STATISTIC_MESH_SHADER_INVOCATIONS_BIT_EXT, - sizeof(PipelineStatisticsQuery), 128, name) {} + sizeof(Gfx::PipelineStatisticsResult), 128, name) {} PipelineStatisticsQuery::~PipelineStatisticsQuery() {}