Class VkFramebufferAttachmentImageInfo

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

public class VkFramebufferAttachmentImageInfo extends Struct<VkFramebufferAttachmentImageInfo> implements NativeResource
struct VkFramebufferAttachmentImageInfo {
    VkStructureType sType;
    void const * pNext;
    VkImageCreateFlags flags;
    VkImageUsageFlags usage;
    uint32_t width;
    uint32_t height;
    uint32_t layerCount;
    uint32_t viewFormatCount;
    VkFormat const * pViewFormats;
}