mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-11 06:25:59 +00:00
9a8314cd41
associated material at the top level, vk.xml and associated material in xml/, and generated include and source files in include/vulkan/ and src/ext_loader/, respectively (public issue 436).
27 lines
943 B
Plaintext
27 lines
943 B
Plaintext
include::meta/VK_AMD_shader_image_load_store_lod.txt[]
|
|
|
|
*Last Modified Date*::
|
|
2017-08-21
|
|
*Interactions and External Dependencies*::
|
|
- This extension requires the
|
|
https://www.khronos.org/registry/spir-v/extensions/AMD/SPV_AMD_shader_image_load_store_lod.html[+SPV_AMD_shader_image_load_store_lod+]
|
|
SPIR-V extension.
|
|
- This extension requires
|
|
https://www.khronos.org/registry/OpenGL/extensions/AMD/AMD_shader_image_load_store_lod.txt[+GL_AMD_shader_image_load_store_lod+]
|
|
for GLSL-based source languages.
|
|
*IP Status*::
|
|
No known IP claims.
|
|
*Contributors*::
|
|
- Dominik Witczak, AMD
|
|
- Qun Lin, AMD
|
|
- Rex Xu, AMD
|
|
|
|
This extension adds support for the following SPIR-V extension in Vulkan:
|
|
|
|
* https://www.khronos.org/registry/spir-v/extensions/AMD/SPV_AMD_shader_image_load_store_lod.html[+SPV_AMD_shader_image_load_store_lod+]
|
|
|
|
=== Version History
|
|
|
|
* Revision 1, 2017-08-21 (Dominik Witczak)
|
|
- Initial draft
|