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

Vulkan.Extensions.VK_EXT_shader_stencil_export

Description

Name

VK_EXT_shader_stencil_export - device extension

VK_EXT_shader_stencil_export

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

Other Extension Metadata

Last Modified Date
2017-07-19
IP Status
No known IP claims.
Interactions and External Dependencies
Contributors
  • Dominik Witczak, AMD
  • Daniel Rakos, AMD
  • Rex Xu, AMD

Description

This extension adds support for the SPIR-V extension SPV_EXT_shader_stencil_export, providing a mechanism whereby a shader may generate the stencil reference value per invocation. When stencil testing is enabled, this allows the test to be performed against the value generated in the shader.

New Enum Constants

Version History

  • Revision 1, 2017-07-19 (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 EXT_SHADER_STENCIL_EXPORT_EXTENSION_NAME = "VK_EXT_shader_stencil_export" Source #