1include::meta/VK_AMD_mixed_attachment_samples.txt[] 2 3*Last Modified Date*:: 4 2017-07-24 5*Contributors*:: 6 - Mais Alnasser, AMD 7 - Matthaeus G. Chajdas, AMD 8 - Maciej Jesionowski, AMD 9 - Daniel Rakos, AMD 10 11This extension enables applications to use multisampled rendering with a 12depth/stencil sample count that is larger than the color sample count. 13Having a depth/stencil sample count larger than the color sample count 14allows maintaining geometry and coverage information at a higher sample rate 15than color information. 16All samples are depth/stencil tested, but only the first color sample count 17number of samples get a corresponding color output. 18 19=== New Object Types 20 21None. 22 23=== New Enum Constants 24 25None. 26 27=== New Enums 28 29None. 30 31=== New Structures 32 33None. 34 35=== New Functions 36 37None. 38 39=== Issues 40 41None. 42 43=== Version History 44 45 * Revision 1, 2017-07-24 (Daniel Rakos) 46 - Internal revisions 47