Searched refs:getAttachmentIndices (Results 1 – 1 of 1) sorted by relevance
376 const auto getAttachmentIndices = [](const char* attachmentName, const auto& subpass, in ParseRenderpass() local393 getAttachmentIndices("inputAttachmentIndices", *sp, renderPass.inputAttachmentIndices); in ParseRenderpass()394 getAttachmentIndices("colorAttachmentIndices", *sp, renderPass.colorAttachmentIndices); in ParseRenderpass()395 … getAttachmentIndices("resolveAttachmentIndices", *sp, renderPass.resolveAttachmentIndices); in ParseRenderpass()