Home
last modified time | relevance | path

Searched refs:getAttachmentIndices (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_parser_util.cpp376 const auto getAttachmentIndices = [](const char* attachmentName, const auto& subpass, in ParseRenderpass() local
393 getAttachmentIndices("inputAttachmentIndices", *sp, renderPass.inputAttachmentIndices); in ParseRenderpass()
394 getAttachmentIndices("colorAttachmentIndices", *sp, renderPass.colorAttachmentIndices); in ParseRenderpass()
395getAttachmentIndices("resolveAttachmentIndices", *sp, renderPass.resolveAttachmentIndices); in ParseRenderpass()