Class VkRenderingInputAttachmentIndexInfo

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

public class VkRenderingInputAttachmentIndexInfo extends Struct<VkRenderingInputAttachmentIndexInfo> implements NativeResource

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