Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_depth_render_slot.cpp472 …constexpr array_view<const DynamicStateEnum> dynamicStatesView { DYNAMIC_STATES, countof(DYNAMIC_S… in CreateNewPso() local
479 shaderMgr.GetVertexInputDeclarationView(currVid), spec, dynamicStatesView); in CreateNewPso()
483 …dle = psoMgr.GetGraphicsPsoHandle(currShader, currState, currPl, currVid, spec, dynamicStatesView); in CreateNewPso()