projects
/
kazan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4cecd2
)
add vulkan.md
author
Jacob Lifshay
<programmerjake@gmail.com>
Mon, 28 Aug 2017 05:10:11 +0000
(22:10 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Mon, 28 Aug 2017 05:10:11 +0000
(22:10 -0700)
docs/vulkan.md
[new file with mode: 0644]
patch
|
blob
diff --git a/docs/vulkan.md
b/docs/vulkan.md
new file mode 100644
(file)
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`.