Lines Matching +full:vulkan +full:- +full:loader
8 [`LoaderAndLayerInterface.md`]: ../loader/LoaderAndLayerInterface.md#layer-library-interface
17 available layers and their properties. Layers can intercept all Vulkan commands
20 vkXXXXGetProcAddr is used internally by the Layers and Loader to initialize dispatch tables.
35 Note that some layers are code-generated and will therefore exist in the directory `(build_dir)/lay…
37 `include/vkLayer.h` - header file for layer code.
40 NOTE: This meta-layer is being deprecated -- users should load the Khronos validation layer (name =…
41 …-layer managed by the loader. (name = `VK_LAYER_LUNARG_standard_validation`) - specifying this lay…
51 …-related issues related to command buffers, fences, and memory mapping. Additionally core\_validat…
57 …-safety validation will check the multithreading of API calls for validity. Currently this checks …
60 …Vulkan handle wrapping. The Vulkan specification allows objects to have non-unique handles. This …
64 1. Build VK loader using normal steps (cmake and make)
69 This is required for the Loader to be able to scan and enumerate your library.