added VK_LAYER_AMD_switchable_graphics in VKInstance.h/VKProperties.cpp
This commit is contained in:
@@ -90,6 +90,10 @@ void CheckInstanceLayer(CharPointerList &layer_list,CreateInstanceLayerInfo *lay
|
||||
VK_LAYER_KHRONOS_ADD(validation)
|
||||
VK_LAYER_KHRONOS_ADD(profiles)
|
||||
|
||||
#define VK_LAYER_AMD_ADD(name) VK_LAYER_CHECK(amd,"AMD",name)
|
||||
|
||||
VK_LAYER_AMD_ADD(switchable_graphics)
|
||||
|
||||
#define VK_LAYER_NV_ADD(name) VK_LAYER_CHECK(nv,"NV",name)
|
||||
|
||||
VK_LAYER_NV_ADD(optimus)
|
||||
|
Reference in New Issue
Block a user