Removed unused functions
This commit is contained in:
parent
2e5af6a9fb
commit
be1bcffd8f
3 changed files with 3 additions and 42 deletions
|
|
@ -308,7 +308,7 @@ namespace vk
|
|||
deviceCreateInfo.pEnabledFeatures = &enabledFeatures;
|
||||
|
||||
// Enable the debug marker extension if it is present (likely meaning a debugging tool is present)
|
||||
if (vkTools::checkDeviceExtensionPresent(physicalDevice, VK_EXT_DEBUG_MARKER_EXTENSION_NAME))
|
||||
if (extensionSupported(VK_EXT_DEBUG_MARKER_EXTENSION_NAME))
|
||||
{
|
||||
deviceExtensions.push_back(VK_EXT_DEBUG_MARKER_EXTENSION_NAME);
|
||||
enableDebugMarkers = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue