Class VkAttachmentSampleCountInfoAMD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkAttachmentSampleCountInfoNV

public class VkAttachmentSampleCountInfoAMD extends Struct<VkAttachmentSampleCountInfoAMD> implements NativeResource
struct VkAttachmentSampleCountInfoAMD {
    VkStructureType sType;
    void const * pNext;
    uint32_t colorAttachmentCount;
    VkSampleCountFlagBits const * pColorAttachmentSamples;
    VkSampleCountFlagBits depthStencilAttachmentSamples;
}