Class VkFramebufferAttachmentsCreateInfo

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

public class VkFramebufferAttachmentsCreateInfo extends Struct<VkFramebufferAttachmentsCreateInfo> implements NativeResource
struct VkFramebufferAttachmentsCreateInfo {
    VkStructureType sType;
    void const * pNext;
    uint32_t attachmentImageInfoCount;
    VkFramebufferAttachmentImageInfo const * pAttachmentImageInfos;
}