From 4f1523e2f6e55c6d09146c26750b356b0b391bae Mon Sep 17 00:00:00 2001 From: Jordan Halase Date: Thu, 31 Oct 2019 12:58:56 -0500 Subject: Use Khronos validation --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 1b50108..6748668 100644 --- a/main.c +++ b/main.c @@ -401,7 +401,7 @@ void rvkDestroy(struct RenderVulkan *vk); int rvkCreate(PuglWorld *world, struct RenderVulkan **vkOut) { static const char *const instanceLayers[] = { - "VK_LAYER_LUNARG_standard_validation" + "VK_LAYER_KHRONOS_validation" }; const uint32_t nInstanceLayers = sizeof(instanceLayers) / sizeof(instanceLayers[0]); static const char *const instanceExtensions[] = { -- cgit v1.2.1