[VulkanHpp] changed to "VK_LAYER_KHRONOS_validation" as validation layer (#324)
+ fixed one issue caught by that layer in InputAttachment.
This commit is contained in:
committed by
Markus Tavenrath
parent
1a7779e75b
commit
39d204839d
@@ -159,7 +159,7 @@ namespace vk
|
||||
std::vector<char const*> enabledLayers;
|
||||
#if !defined(NDEBUG)
|
||||
// Enable standard validation layer to find as much errors as possible!
|
||||
enabledLayers.push_back("VK_LAYER_LUNARG_standard_validation");
|
||||
enabledLayers.push_back("VK_LAYER_KHRONOS_validation");
|
||||
#endif
|
||||
|
||||
std::vector<char const*> enabledExtensions;
|
||||
|
||||
Reference in New Issue
Block a user