Skip to content

Commit

Permalink
Vulkan: Add comment for Android validation layers.
Browse files Browse the repository at this point in the history
Note: these also require minor tweaks to Local.mk to include, currently,
but we're probably moving to gradle.
  • Loading branch information
unknownbrackets committed Oct 11, 2016
1 parent e263bb9 commit 1d9222b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Common/Vulkan/VulkanContext.cpp
Expand Up @@ -37,6 +37,16 @@ static const char *validationLayers[] = {
"VK_LAYER_LUNARG_object_tracker",
"VK_LAYER_LUNARG_param_checker",
*/
/*
// For layers included in the Android NDK.
"VK_LAYER_GOOGLE_threading",
"VK_LAYER_LUNARG_parameter_validation",
"VK_LAYER_LUNARG_core_validation",
"VK_LAYER_LUNARG_image",
"VK_LAYER_LUNARG_object_tracker",
"VK_LAYER_LUNARG_swapchain",
"VK_LAYER_GOOGLE_unique_objects",
*/
};

static VkBool32 CheckLayers(const std::vector<layer_properties> &layer_props, const std::vector<const char *> &layer_names);
Expand Down

0 comments on commit 1d9222b

Please sign in to comment.