Class VkRenderPassInputAttachmentAspectCreateInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkRenderPassInputAttachmentAspectCreateInfoKHR extends VkRenderPassInputAttachmentAspectCreateInfo
struct VkRenderPassInputAttachmentAspectCreateInfoKHR {
    VkStructureType sType;
    void const * pNext;
    uint32_t aspectReferenceCount;
    VkInputAttachmentAspectReference const * pAspectReferences;
}