Merge pull request #42361 from akien-mga/vulkan-layers-opt-in

Vulkan: Make validation layers optional
This commit is contained in:
Rémi Verschelde 2020-10-28 21:43:22 +01:00 committed by GitHub
commit 2eaedcf14e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 53 additions and 47 deletions

View file

@ -29,6 +29,7 @@
/*************************************************************************/
#include "vulkan_context_android.h"
#include <vulkan/vulkan_android.h>
const char *VulkanContextAndroid::_get_platform_surface_extension() const {