Class VkFramebufferAttachmentsCreateInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkFramebufferAttachmentsCreateInfoKHR extends VkFramebufferAttachmentsCreateInfo
See VkFramebufferAttachmentsCreateInfo.

Layout


 struct VkFramebufferAttachmentsCreateInfoKHR {
     VkStructureType sType;
     void const * pNext;
     uint32_t attachmentImageInfoCount;
     VkFramebufferAttachmentImageInfo const * pAttachmentImageInfos;
 }