Added debug marker region to text overlay command buffer

This commit is contained in:
saschawillems 2016-05-28 12:35:20 +02:00
parent 4dabec717b
commit 50a806130e
3 changed files with 13 additions and 2 deletions

View file

@ -246,7 +246,7 @@ void VulkanExampleBase::prepare()
}
if (enableDebugMarkers)
{
vkDebug::debugReport::setupDebugMarkers(device);
vkDebug::DebugMarker::setup(device);
}
createCommandPool();
createSetupCommandBuffer();