Created
January 29, 2017 19:46
-
-
Save pikajude/3027ea30e1bfebb9049d6f0a4c557ce4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"file_format_version" : "1.0.0", | |
"ICD": { | |
"library_path": "libGLX_nvidia.so.0", | |
"api_version" : "1.0.24" | |
}, | |
"layer": { | |
"name": "VK_LAYER_NV_optimus", | |
"type": "INSTANCE", | |
"library_path": "libGLX_nvidia.so.0", | |
"api_version" : "1.0.24", | |
"implementation_version" : "1", | |
"description" : "NVIDIA Optimus layer", | |
"functions": { | |
"vkGetInstanceProcAddr": "vk_optimusGetInstanceProcAddr", | |
"vkGetDeviceProcAddr": "vk_optimusGetDeviceProcAddr" | |
}, | |
"disable_environment": { | |
"DISABLE_LAYER_NV_OPTIMUS_1": "" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment