Class VkFramebufferAttachmentsCreateInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkFramebufferAttachmentsCreateInfoKHR extends VkFramebufferAttachmentsCreateInfo
struct VkFramebufferAttachmentsCreateInfoKHR {
    VkStructureType sType;
    void const * pNext;
    uint32_t attachmentImageInfoCount;
    VkFramebufferAttachmentImageInfo const * pAttachmentImageInfos;
}