-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
Matthew Smit edited this page Nov 25, 2019
·
1 revision
- The ./CPVulkan/CPVulkan.json file is the "Driver" configuration file, and the library_path variable should point to the built CPVulkan binary file.
- Set the environmental variable for VK_ICD_FILENAMES to ./CPVulkan/CPVulkan.json.
- This should currently be set per process, such as
VK_ICD_FILENAMES=/work/CPVulkan/CPVulkan/CPVulkan.json ./cubes
to run a vulkan program called cubes. - It can be set per user or globally, but using an actual graphics card will always be much faster.
- This should currently be set per process, such as