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

Vulkan.Extensions.VK_EXT_separate_stencil_usage

Description

Name

VK_EXT_separate_stencil_usage - device extension

VK_EXT_separate_stencil_usage

Name String
VK_EXT_separate_stencil_usage
Extension Type
Device extension
Registered Extension Number
247
Revision
1
Extension and Version Dependencies
  • Requires Vulkan 1.0
Deprecation state
Contact

Other Extension Metadata

Last Modified Date
2018-11-08
Interactions and External Dependencies
  • Promoted to Vulkan 1.2 Core
IP Status
No known IP claims.
Contributors
  • Daniel Rakos, AMD
  • Jordan Logan, AMD

Description

This extension allows specifying separate usage flags for the stencil aspect of images with a depth-stencil format at image creation time.

Promotion to Vulkan 1.2

All functionality in this extension is included in core Vulkan 1.2, with the EXT suffix omitted. The original type, enum and command names are still available as aliases of the core functionality.

New Structures

New Enum Constants

Version History

  • Revision 1, 2018-11-08 (Daniel Rakos)

    • Internal revisions.

See Also

ImageStencilUsageCreateInfoEXT

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 EXT_SEPARATE_STENCIL_USAGE_EXTENSION_NAME = "VK_EXT_separate_stencil_usage" Source #