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

Vulkan.Extensions.VK_GOOGLE_decorate_string

Description

Name

VK_GOOGLE_decorate_string - device extension

VK_GOOGLE_decorate_string

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

Other Extension Metadata

Last Modified Date
2018-07-09
IP Status
No known IP claims.
Interactions and External Dependencies
Contributors
  • Hai Nguyen, Google
  • Neil Henning, AMD

Description

The VK_GOOGLE_decorate_string extension allows use of the SPV_GOOGLE_decorate_string extension in SPIR-V shader modules.

New Enum Constants

Version History

  • Revision 1, 2018-07-09 (Neil Henning)

    • 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 GOOGLE_DECORATE_STRING_EXTENSION_NAME = "VK_GOOGLE_decorate_string" Source #

pattern GOOGLE_DECORATE_STRING_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #