Enable pipeline statistics feature (validation)
This commit is contained in:
parent
a7a174f389
commit
80da11e964
1 changed files with 2 additions and 0 deletions
|
|
@ -127,6 +127,8 @@ public:
|
|||
enabledFeatures.tessellationShader = VK_TRUE;
|
||||
// Example also uses a wireframe pipeline, enable non-solid fill modes
|
||||
enabledFeatures.fillModeNonSolid = VK_TRUE;
|
||||
// Pipeline statistics
|
||||
enabledFeatures.pipelineStatisticsQuery = VK_TRUE;
|
||||
}
|
||||
|
||||
~VulkanExample()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue