Disable vulkan validation layers that were accidentally enabled

This commit is contained in:
baldurk
2017-12-14 12:48:48 +00:00
parent fcba572fb2
commit db0e2400f8
+1 -1
View File
@@ -74,7 +74,7 @@
// uncomment this to enable validation layers on replay, useful for debugging
// problems with new replay code
#define FORCE_VALIDATION_LAYERS OPTION_ON
#define FORCE_VALIDATION_LAYERS OPTION_OFF
ResourceFormat MakeResourceFormat(VkFormat fmt);
VkFormat MakeVkFormat(ResourceFormat fmt);