Class VkAttachmentSampleCountInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkAttachmentSampleCountInfoNV extends VkAttachmentSampleCountInfoAMD
struct VkAttachmentSampleCountInfoNV {
    VkStructureType sType;
    void const * pNext;
    uint32_t colorAttachmentCount;
    VkSampleCountFlagBits const * pColorAttachmentSamples;
    VkSampleCountFlagBits depthStencilAttachmentSamples;
}