vulkan-3.11.3: Bindings to the Vulkan graphics API.
Safe HaskellNone
LanguageHaskell2010

Vulkan.Extensions.VK_KHR_shader_non_semantic_info

Description

Name

VK_KHR_shader_non_semantic_info - device extension

VK_KHR_shader_non_semantic_info

Name String
VK_KHR_shader_non_semantic_info
Extension Type
Device extension
Registered Extension Number
294
Revision
1
Extension and Version Dependencies
  • Requires Vulkan 1.0
Contact

Other Extension Metadata

Last Modified Date
2019-10-16
IP Status
No known IP claims.
Interactions and External Dependencies
Contributors
  • Baldur Karlsson, Valve

Description

This extension allows the use of the SPV_KHR_non_semantic_info extension in SPIR-V shader modules.

New Enum Constants

Version History

  • Revision 1, 2019-10-16 (Baldur Karlsson)

    • Initial revision

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 KHR_SHADER_NON_SEMANTIC_INFO_EXTENSION_NAME = "VK_KHR_shader_non_semantic_info" Source #