Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Drender_configuration_component.h107 …BASE_NS::string, customPostSceneRenderNodeGraphFile, "Custom Post Scene Render Node Graph File", 0…
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Drender_data_defines_3d.h638 BASE_NS::string customPostSceneRenderNodeGraphFile; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp2289 …renderDataScene.customPostSceneRenderNodeGraphFile = renderConfig.customPostSceneRenderNodeGraphFi… in FetchFullScene()
2573 if (!renderScene.customPostSceneRenderNodeGraphFile.empty()) { in GetSceneRenderNodeGraph()
2575 …derProcessing_.sceneRngs.customPostSceneRngFile != renderScene.customPostSceneRenderNodeGraphFile); in GetSceneRenderNodeGraph()
2578 …createNewCustomRng(rngm, renderUtil_, renderScene, renderScene.customPostSceneRenderNodeGraphFile); in GetSceneRenderNodeGraph()
2580 …enderProcessing_.sceneRngs.customPostSceneRngFile = renderScene.customPostSceneRenderNodeGraphFile; in GetSceneRenderNodeGraph()