Class AMDMixedAttachmentSamples

java.lang.Object
org.lwjgl.vulkan.AMDMixedAttachmentSamples

public final class AMDMixedAttachmentSamples extends Object
This extension enables applications to use multisampled rendering with a depth/stencil sample count that is larger than the color sample count. Having a depth/stencil sample count larger than the color sample count allows maintaining geometry and coverage information at a higher sample rate than color information. All samples are depth/stencil tested, but only the first color sample count number of samples get a corresponding color output.
VK_AMD_mixed_attachment_samples
Name String
VK_AMD_mixed_attachment_samples
Extension Type
Device extension
Registered Extension Number
137
Revision
1
Contact
Other Extension Metadata
Last Modified Date
2017-07-24
Contributors
  • Mais Alnasser, AMD
  • Matthaeus G. Chajdas, AMD
  • Maciej Jesionowski, AMD
  • Daniel Rakos, AMD
  • Field Details

    • VK_AMD_MIXED_ATTACHMENT_SAMPLES_SPEC_VERSION

      public static final int VK_AMD_MIXED_ATTACHMENT_SAMPLES_SPEC_VERSION
      The extension specification version.
      See Also:
    • VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME

      public static final String VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME
      The extension name.
      See Also: