• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright (c) 2017-2020 Advanced Micro Devices, Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_AMD_mixed_attachment_samples.adoc[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2017-07-24
11*Contributors*::
12  - Mais Alnasser, AMD
13  - Matthaeus G. Chajdas, AMD
14  - Maciej Jesionowski, AMD
15  - Daniel Rakos, AMD
16
17=== Description
18
19This extension enables applications to use multisampled rendering with a
20depth/stencil sample count that is larger than the color sample count.
21Having a depth/stencil sample count larger than the color sample count
22allows maintaining geometry and coverage information at a higher sample rate
23than color information.
24All samples are depth/stencil tested, but only the first color sample count
25number of samples get a corresponding color output.
26
27include::{generated}/interfaces/VK_AMD_mixed_attachment_samples.adoc[]
28
29=== Issues
30
31None.
32
33=== Version History
34
35  * Revision 1, 2017-07-24 (Daniel Rakos)
36  ** Internal revisions
37