45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
// Copyright (c) 2018-2019 Khronos Group. This work is licensed under a
|
|
// Creative Commons Attribution 4.0 International License; see
|
|
// http://creativecommons.org/licenses/by/4.0/
|
|
|
|
include::meta/VK_KHR_depth_stencil_resolve.txt[]
|
|
|
|
Last Modified Date::
|
|
2018-04-09
|
|
Contributors::
|
|
- Jan-Harald Fredriksen, Arm
|
|
- Andrew Garrard, Samsung Electronics
|
|
- Soowan Park, Samsung Electronics
|
|
- Jeff Bolz, NVIDIA
|
|
- Daniel Rakos, AMD
|
|
|
|
This extension adds support for automatically resolving multisampled
|
|
depth/stencil attachments in a subpass in a similar manner as for color
|
|
attachments.
|
|
|
|
|
|
=== New Enum Constants
|
|
|
|
* Extending elink:VkStructureType:
|
|
** ename:VK_STRUCTURE_TYPE_SUBPASS_DESCRIPTION_DEPTH_STENCIL_RESOLVE_KHR
|
|
** ename:VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES_KHR
|
|
|
|
=== New Enums
|
|
|
|
* elink:VkResolveModeFlagBitsKHR
|
|
|
|
=== New Structures
|
|
|
|
* slink:VkPhysicalDeviceDepthStencilResolvePropertiesKHR
|
|
* slink:VkSubpassDescriptionDepthStencilResolveKHR
|
|
|
|
=== New Functions
|
|
|
|
None.
|
|
|
|
=== Version History
|
|
|
|
* Revision 1, 2018-04-09 (Jan-Harald Fredriksen)
|
|
- Initial revision
|
|
|