Class VkRenderPassInputAttachmentAspectCreateInfo

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

public class VkRenderPassInputAttachmentAspectCreateInfo extends Struct<VkRenderPassInputAttachmentAspectCreateInfo> implements NativeResource

 struct VkRenderPassInputAttachmentAspectCreateInfo {
     VkStructureType sType;
     void const * pNext;
     uint32_t aspectReferenceCount;
     {@link VkInputAttachmentAspectReference VkInputAttachmentAspectReference} const * pAspectReferences;
 }