Added debug marker region to text overlay command buffer
This commit is contained in:
parent
4dabec717b
commit
50a806130e
3 changed files with 13 additions and 2 deletions
|
|
@ -246,7 +246,7 @@ void VulkanExampleBase::prepare()
|
|||
}
|
||||
if (enableDebugMarkers)
|
||||
{
|
||||
vkDebug::debugReport::setupDebugMarkers(device);
|
||||
vkDebug::DebugMarker::setup(device);
|
||||
}
|
||||
createCommandPool();
|
||||
createSetupCommandBuffer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue