add vulkan.md
authorJacob Lifshay <programmerjake@gmail.com>
Mon, 28 Aug 2017 05:10:11 +0000 (22:10 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Mon, 28 Aug 2017 05:10:11 +0000 (22:10 -0700)
docs/vulkan.md [new file with mode: 0644]

diff --git a/docs/vulkan.md b/docs/vulkan.md
new file mode 100644 (file)
index 0000000..6310b39
--- /dev/null
@@ -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`.