Class VkAttachmentSampleCountInfoNV

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkAttachmentSampleCountInfoAMD>
org.lwjgl.vulkan.VkAttachmentSampleCountInfoAMD
org.lwjgl.vulkan.VkAttachmentSampleCountInfoNV
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkAttachmentSampleCountInfoNV extends VkAttachmentSampleCountInfoAMD
See VkAttachmentSampleCountInfoAMD.

Layout


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