Lines Matching full:vulkan
4 This repository does not contain a Vulkan-capable driver.
5 Before proceeding, it is strongly recommended that you obtain a Vulkan driver from your graphics hardware vendor
8 Note: The sample Vulkan Intel driver for Linux (ICD) is being deprecated in favor of other driver options from Intel.
16 git clone https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers
38 cd Vulkan-LoaderAndValidationLayers # cd to the root of the cloned git repository
45 If you have installed a Vulkan driver obtained from your graphics hardware vendor, the install process should
46 have configured the driver so that the Vulkan loader can find and load it.
53 Note that if you have installed the [LunarG Vulkan SDK](https://vulkan.lunarg.com),
66 - vk_layer_validation_tests: Test Vulkan layers.
77 - smoke/smoke: A "smoke" test using a more complex Vulkan demo
123 cd Vulkan-LoaderAndValidationLayers # cd to the root of the cloned git repository
128 At this point, you can use Windows Explorer to launch Visual Studio by double-clicking on the "VULKAN.sln" file in the \build folder. Once Visual Studio comes up, you can select "Debug" or "Release" from a drop-down list. You can start a build with either the menu (Build->Build Solution), or a keyboard shortcut (Ctrl+Shift+B). As part of the build process, Python scripts will create additional Visual Studio files and projects, along with additional source files. All of these auto-generated files are under the "build" folder.
130 Vulkan programs must be able to find and use the vulkan-1.dll libary. Make sure it is either installed in the C:\Windows\System32 folder, or the PATH environment variable includes the folder that it is located in.
132 To run Vulkan programs you must tell the icd loader where to find the libraries.