vulkan-3.23: Bindings to the Vulkan graphics API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Vulkan.Extensions.VK_AMD_shader_image_load_store_lod

Description

Name

VK_AMD_shader_image_load_store_lod - device extension

VK_AMD_shader_image_load_store_lod

Name String
VK_AMD_shader_image_load_store_lod
Extension Type
Device extension
Registered Extension Number
47
Revision
1
Extension and Version Dependencies
  • Requires support for Vulkan 1.0
Contact

Other Extension Metadata

Last Modified Date
2017-08-21
Interactions and External Dependencies
IP Status
No known IP claims.
Contributors
  • Dominik Witczak, AMD
  • Qun Lin, AMD
  • Rex Xu, AMD

Description

This extension adds support for the following SPIR-V extension in Vulkan:

New Enum Constants

Version History

  • Revision 1, 2017-08-21 (Dominik Witczak)

    • Initial draft

See Also

No cross-references are available

Document Notes

For more information, see the Vulkan Specification

This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.

Documentation

type AMD_SHADER_IMAGE_LOAD_STORE_LOD_EXTENSION_NAME = "VK_AMD_shader_image_load_store_lod" Source #