Class VkAttachmentDescription2KHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkAttachmentDescription2KHR extends VkAttachmentDescription2

 struct VkAttachmentDescription2KHR {
     VkStructureType sType;
     void const * pNext;
     VkAttachmentDescriptionFlags flags;
     VkFormat format;
     VkSampleCountFlagBits samples;
     VkAttachmentLoadOp loadOp;
     VkAttachmentStoreOp storeOp;
     VkAttachmentLoadOp stencilLoadOp;
     VkAttachmentStoreOp stencilStoreOp;
     VkImageLayout initialLayout;
     VkImageLayout finalLayout;
 }