Merge branch 'master' into libktx
This commit is contained in:
commit
79998b4851
6 changed files with 11 additions and 40 deletions
|
|
@ -364,7 +364,7 @@ public:
|
|||
// Terrain
|
||||
if (deviceFeatures.pipelineStatisticsQuery) {
|
||||
// Begin pipeline statistics query
|
||||
vkCmdBeginQuery(drawCmdBuffers[i], queryPool, 0, VK_QUERY_CONTROL_PRECISE_BIT);
|
||||
vkCmdBeginQuery(drawCmdBuffers[i], queryPool, 0, 0);
|
||||
}
|
||||
// Render
|
||||
vkCmdBindPipeline(drawCmdBuffers[i], VK_PIPELINE_BIND_POINT_GRAPHICS, wireframe ? pipelines.wireframe : pipelines.terrain);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue