Class VkFramebufferAttachmentImageInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkFramebufferAttachmentImageInfoKHR extends VkFramebufferAttachmentImageInfo
See VkFramebufferAttachmentImageInfo.

Layout


 struct VkFramebufferAttachmentImageInfoKHR {
     VkStructureType sType;
     void const * pNext;
     VkImageCreateFlags flags;
     VkImageUsageFlags usage;
     uint32_t width;
     uint32_t height;
     uint32_t layerCount;
     uint32_t viewFormatCount;
     VkFormat const * pViewFormats;
 }