From: Jacob Lifshay Date: Mon, 28 Aug 2017 05:10:11 +0000 (-0700) Subject: add vulkan.md X-Git-Tag: gsoc-2017~21 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74961473f38d999cd9b56ac6a106cbdbc7efdfd8;p=kazan.git add vulkan.md --- diff --git a/docs/vulkan.md b/docs/vulkan.md new file mode 100644 index 0000000..6310b39 --- /dev/null +++ b/docs/vulkan.md @@ -0,0 +1,17 @@ +# `vulkan` library + +## `vulkan/vulkan.h` + +Vulkan header from Khronos. + +## `vulkan/vk_platform.h` + +Vulkan platform header from Khronos. + +## `vulkan/util.h` + +Utility functions that work with Vulkan types. + +### `vulkan::get_execution_models_from_shader_stage_flags` + +Gets the set of SPIR-V execution models from `VkShaderStageFlags`.