diff options
author | Jordan Halase <jordan@halase.me> | 2019-10-31 12:58:56 -0500 |
---|---|---|
committer | Jordan Halase <jordan@halase.me> | 2019-10-31 12:58:56 -0500 |
commit | 4f1523e2f6e55c6d09146c26750b356b0b391bae (patch) | |
tree | 3541c27fef0e93d5151a65516ce213b8278ff13e | |
parent | 503399a650f66b999bd4f85b715e3edbb3a36b43 (diff) |
Use Khronos validation
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |