Class VkRenderingInputAttachmentIndexInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkRenderingInputAttachmentIndexInfoKHR extends VkRenderingInputAttachmentIndexInfo
struct VkRenderingInputAttachmentIndexInfoKHR {
    VkStructureType sType;
    void const * pNext;
    uint32_t colorAttachmentCount;
    uint32_t const * pColorAttachmentInputIndices;
    uint32_t const * pDepthInputAttachmentIndex;
    uint32_t const * pStencilInputAttachmentIndex;
}