/ appendices / VK_AMD_mixed_attachment_samples.txt
VK_AMD_mixed_attachment_samples.txt
 1  include::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  
11  This extension enables applications to use multisampled rendering with a
12  depth/stencil sample count that is larger than the color sample count.
13  Having a depth/stencil sample count larger than the color sample count
14  allows maintaining geometry and coverage information at a higher sample rate
15  than color information.
16  All samples are depth/stencil tested, but only the first color sample count
17  number of samples get a corresponding color output.
18  
19  === New Object Types
20  
21  None.
22  
23  === New Enum Constants
24  
25  None.
26  
27  === New Enums
28  
29  None.
30  
31  === New Structures
32  
33  None.
34  
35  === New Functions
36  
37  None.
38  
39  === Issues
40  
41  None.
42  
43  === Version History
44  
45   * Revision 1, 2017-07-24 (Daniel Rakos)
46     - Internal revisions