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

Vulkan.Extensions.VK_GOOGLE_user_type

Description

Name

VK_GOOGLE_user_type - device extension

VK_GOOGLE_user_type

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

Other Extension Metadata

Last Modified Date
2019-07-09
IP Status
No known IP claims.
Interactions and External Dependencies
Contributors
  • Kaye Mason, Google
  • Hai Nguyen, Google

Description

The VK_GOOGLE_user_type extension allows use of the SPV_GOOGLE_user_type extension in SPIR-V shader modules.

New Enum Constants

Version History

  • Revision 1, 2019-09-07 (Kaye Mason)

    • 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

pattern GOOGLE_USER_TYPE_SPEC_VERSION :: forall a. Integral a => a Source #

type GOOGLE_USER_TYPE_EXTENSION_NAME = "VK_GOOGLE_user_type" Source #

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