Home
last modified time | relevance | path

Searched refs:rptu (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp960 const ReflectionPlaneTargetUpdate& rptu) in UpdateReflectionPlaneMaterial()
972 static_cast<float>(rptu.mipCount), in UpdateReflectionPlaneMaterial()
996 ReflectionPlaneTargetUpdate rptu; in UpdatePlaneReflectionTargetResolution() local
1001 rptu.mipCount = RenderHandleUtil::IsValid(colorRenderTarget) in UpdatePlaneReflectionTargetResolution()
1024 rptu.mipCount = Math::min(Math::max(DefaultMaterialCameraConstants::REFLECTION_PLANE_MIP_COUNT, rptu.mipCount), in UpdatePlaneReflectionTargetResolution()
1027 reCreateGpuImage(gpuResourceMgr, entity.id, colorRenderTarget, newWidth, newHeight, rptu.mipCount, false); in UpdatePlaneReflectionTargetResolution()
1038 rptu.recreated = true; in UpdatePlaneReflectionTargetResolution()
1042 return rptu; in UpdatePlaneReflectionTargetResolution()
1972 const ReflectionPlaneTargetUpdate rptu
958 UpdateReflectionPlaneMaterial(IRenderMeshComponentManager& renderMeshMgr, IMeshComponentManager& meshMgr, IMaterialComponentManager& materialMgr, const Entity& entity, const PlanarReflectionComponent& reflComponent, const ReflectionPlaneTargetUpdate& rptu) UpdateReflectionPlaneMaterial() argument
[all...]

Completed in 4 milliseconds