43 lines
706 B
Plaintext
43 lines
706 B
Plaintext
include::meta//VK_EXT_separate_stencil_usage.txt[]
|
|
|
|
*Last Modified Date*::
|
|
2018-11-08
|
|
*IP Status*::
|
|
No known IP claims.
|
|
*Contributors*::
|
|
- Daniel Rakos, AMD
|
|
- Jordan Logan, AMD
|
|
|
|
This extension allows specifying separate usage flags for the stencil aspect
|
|
of images with a depth-stencil format at image creation time.
|
|
|
|
=== New Object Types
|
|
|
|
None.
|
|
|
|
=== New Enum Constants
|
|
|
|
* Extending elink:VkStructureType:
|
|
** ename:VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO_EXT
|
|
|
|
=== New Enums
|
|
|
|
None.
|
|
|
|
=== New Structures
|
|
|
|
* slink:VkImageStencilUsageCreateInfoEXT
|
|
|
|
=== New Functions
|
|
|
|
None.
|
|
|
|
=== Issues
|
|
|
|
None.
|
|
|
|
=== Version History
|
|
|
|
* Revision 1, 2018-11-08 (Daniel Rakos)
|
|
- Internal revisions.
|