use another validation layer hence the old one is not available on newer vulkan sdk
This commit is contained in:
parent
438accf2f5
commit
3acbaf8702
@ -17,7 +17,7 @@ void createInstance(Compute *compute, Graphics *graphics)
|
|||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
enabledLayerSize = 1;
|
enabledLayerSize = 1;
|
||||||
enabledLayer = malloc(sizeof(char *));
|
enabledLayer = malloc(sizeof(char *));
|
||||||
enabledLayer[0] = "VK_LAYER_LUNARG_standard_validation";
|
enabledLayer[0] = "VK_LAYER_KHRONOS_validation";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
VkApplicationInfo applicationInfo = {};
|
VkApplicationInfo applicationInfo = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user