write present mode fallback messages only once
[kazan.git] / docs / vulkan.md
1 # `vulkan` library
2
3 ## `vulkan/vulkan.h`
4
5 Vulkan header from Khronos.
6
7 ## `vulkan/vk_platform.h`
8
9 Vulkan platform header from Khronos.
10
11 ## `vulkan/util.h`
12
13 Utility functions that work with Vulkan types.
14
15 ### `vulkan::get_execution_models_from_shader_stage_flags`
16
17 Gets the set of SPIR-V execution models from `VkShaderStageFlags`.