Skip to content

Commit

Permalink
[Vk] fixed release build
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenegff committed Nov 25, 2024
1 parent 334884d commit 2c3ee82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RenderSystems/Vulkan/src/OgreVulkanDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ namespace Ogre
{
FastArray<const char *> VulkanInstance::enabledExtensions; // sorted
FastArray<const char *> VulkanInstance::enabledLayers; // sorted
#if OGRE_DEBUG_MODE >= OGRE_DEBUG_HIGH
bool VulkanInstance::hasValidationLayers = false;
#endif

bool StrCmpLess( const char *a, const char *b ) { return strcmp( a, b ) < 0; }

Expand Down

0 comments on commit 2c3ee82

Please sign in to comment.