mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Vulkan: Add comment for Android validation layers.
Note: these also require minor tweaks to Local.mk to include, currently, but we're probably moving to gradle.
This commit is contained in:
parent
e263bb945e
commit
1d9222b3e4
1 changed files with 10 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue