Common/Vulkan: Fix compiling on 32-bit

This commit is contained in:
Connor McLaughlin
2021-08-24 11:57:16 +10:00
parent 1e88d04430
commit bbcf1c67d1
2 changed files with 24 additions and 10 deletions

View File

@ -496,7 +496,7 @@ void LogVulkanResult(int level, const char* func_name, VkResult res, const char*
static_cast<int>(res), VkResultToString(res));
}
#ifdef _DEBUG
#ifdef ENABLE_VULKAN_DEBUG_OBJECTS
u8 DebugScope<VkCommandBuffer>::depth = 0;
u8 DebugScope<VkQueue>::depth = 0;