Searched refs:activeAttachmentCount (Results 1 – 1 of 1) sorted by relevance
99 void generateInputAttachmentParams(deUint32 activeAttachmentCount, deUint32 allAttachmentCount, std… in generateInputAttachmentParams() argument102 std::iota(begin(attachmentIndices), begin(attachmentIndices) + activeAttachmentCount, 0); in generateInputAttachmentParams()103 …std::fill(begin(attachmentIndices) + activeAttachmentCount, end(attachmentIndices), VK_ATTACHMENT_… in generateInputAttachmentParams()107 descriptorBindings.resize(activeAttachmentCount+1); in generateInputAttachmentParams()