Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.h167 return { static_cast<float>(input.taaConfiguration.sharpness), in GetFactorTaa()
168 static_cast<float>(input.taaConfiguration.quality), 0.0f, alpha }; in GetFactorTaa()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dpost_process_component.h93 …RENDER_NS::TaaConfiguration, taaConfiguration, "Temporal Anti-Aliasing Configuration", 0, ARRAY_VA…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Drender_data_store_render_pods.h417 TaaConfiguration taaConfiguration; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp2204 ppConfig.taaConfiguration = pp.taaConfiguration; in ProcessPostProcesses()