Update json files
* Update api vesion to 1.2.164 * Add AMD switchable graphics layer
This commit is contained in:
parent
52a9f5750f
commit
7b8a8a119e
@ -1,8 +1,23 @@
|
||||
{
|
||||
"file_format_version": "1.0.0",
|
||||
"ICD": {
|
||||
"library_path": "/usr/lib/amdvlk32.so",
|
||||
"api_version": "1.2.162"
|
||||
}
|
||||
"ICD": {
|
||||
"library_path": "/usr/lib/amdvlk32.so",
|
||||
"api_version": "1.2.164"
|
||||
},
|
||||
"layer": {
|
||||
"library_path": "/usr/lib/amdvlk32.so",
|
||||
"name": "VK_LAYER_AMD_switchable_graphics",
|
||||
"type": "GLOBAL",
|
||||
"api_version" : "1.2.164",
|
||||
"implementation_version" : "1",
|
||||
"description" : "AMD switchable graphics layer",
|
||||
"functions": {
|
||||
"vkGetInstanceProcAddr": "vk_icdGetInstanceProcAddrSG",
|
||||
"vkGetDeviceProcAddr": "vk_icdGetDeviceProcAddrSG"
|
||||
},
|
||||
"disable_environment": {
|
||||
"DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,8 +1,23 @@
|
||||
{
|
||||
"file_format_version": "1.0.0",
|
||||
"ICD": {
|
||||
"library_path": "/usr/lib64/amdvlk64.so",
|
||||
"api_version": "1.2.162"
|
||||
}
|
||||
"ICD": {
|
||||
"library_path": "/usr/lib64/amdvlk64.so",
|
||||
"api_version": "1.2.164"
|
||||
},
|
||||
"layer": {
|
||||
"library_path": "/usr/lib64/amdvlk64.so",
|
||||
"name": "VK_LAYER_AMD_switchable_graphics",
|
||||
"type": "GLOBAL",
|
||||
"api_version" : "1.2.164",
|
||||
"implementation_version" : "1",
|
||||
"description" : "AMD switchable graphics layer",
|
||||
"functions": {
|
||||
"vkGetInstanceProcAddr": "vk_icdGetInstanceProcAddrSG",
|
||||
"vkGetDeviceProcAddr": "vk_icdGetDeviceProcAddrSG"
|
||||
},
|
||||
"disable_environment": {
|
||||
"DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,8 +1,23 @@
|
||||
{
|
||||
"file_format_version": "1.0.0",
|
||||
"ICD": {
|
||||
"library_path": "/usr/lib/i386-linux-gnu/amdvlk32.so",
|
||||
"api_version": "1.2.162"
|
||||
}
|
||||
"ICD": {
|
||||
"library_path": "/usr/lib/i386-linux-gnu/amdvlk32.so",
|
||||
"api_version": "1.2.164"
|
||||
},
|
||||
"layer": {
|
||||
"library_path": "/usr/lib/i386-linux-gnu/amdvlk32.so",
|
||||
"name": "VK_LAYER_AMD_switchable_graphics",
|
||||
"type": "GLOBAL",
|
||||
"api_version" : "1.2.164",
|
||||
"implementation_version" : "1",
|
||||
"description" : "AMD switchable graphics layer",
|
||||
"functions": {
|
||||
"vkGetInstanceProcAddr": "vk_icdGetInstanceProcAddrSG",
|
||||
"vkGetDeviceProcAddr": "vk_icdGetDeviceProcAddrSG"
|
||||
},
|
||||
"disable_environment": {
|
||||
"DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,8 +1,23 @@
|
||||
{
|
||||
"file_format_version": "1.0.0",
|
||||
"ICD": {
|
||||
"library_path": "/usr/lib/x86_64-linux-gnu/amdvlk64.so",
|
||||
"api_version": "1.2.162"
|
||||
}
|
||||
"ICD": {
|
||||
"library_path": "/usr/lib/x86_64-linux-gnu/amdvlk64.so",
|
||||
"api_version": "1.2.164"
|
||||
},
|
||||
"layer": {
|
||||
"library_path": "/usr/lib/x86_64-linux-gnu/amdvlk64.so",
|
||||
"name": "VK_LAYER_AMD_switchable_graphics",
|
||||
"type": "GLOBAL",
|
||||
"api_version" : "1.2.164",
|
||||
"implementation_version" : "1",
|
||||
"description" : "AMD switchable graphics layer",
|
||||
"functions": {
|
||||
"vkGetInstanceProcAddr": "vk_icdGetInstanceProcAddrSG",
|
||||
"vkGetDeviceProcAddr": "vk_icdGetDeviceProcAddrSG"
|
||||
},
|
||||
"disable_environment": {
|
||||
"DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1": "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user