Removed VK_LAYER_LUNARG_image (Android) [skip ci]
This commit is contained in:
parent
2accf02c1e
commit
de79a0d79a
1 changed files with 1 additions and 2 deletions
|
|
@ -23,13 +23,12 @@ namespace vks
|
||||||
};
|
};
|
||||||
#else
|
#else
|
||||||
// On Android we need to explicitly select all layers
|
// On Android we need to explicitly select all layers
|
||||||
int32_t validationLayerCount = 7;
|
int32_t validationLayerCount = 6;
|
||||||
const char *validationLayerNames[] = {
|
const char *validationLayerNames[] = {
|
||||||
"VK_LAYER_GOOGLE_threading",
|
"VK_LAYER_GOOGLE_threading",
|
||||||
"VK_LAYER_LUNARG_parameter_validation",
|
"VK_LAYER_LUNARG_parameter_validation",
|
||||||
"VK_LAYER_LUNARG_object_tracker",
|
"VK_LAYER_LUNARG_object_tracker",
|
||||||
"VK_LAYER_LUNARG_core_validation",
|
"VK_LAYER_LUNARG_core_validation",
|
||||||
"VK_LAYER_LUNARG_image",
|
|
||||||
"VK_LAYER_LUNARG_swapchain",
|
"VK_LAYER_LUNARG_swapchain",
|
||||||
"VK_LAYER_GOOGLE_unique_objects"
|
"VK_LAYER_GOOGLE_unique_objects"
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue