Searched refs:cameraToPointLengthInv (Results 1 – 1 of 1) sorted by relevance
54 const float cameraToPointLengthInv = inversesqrt(cameraToPointLengthSqr); in InplaceFogBlock() local55 float worldDistanceToCamera = cameraToPointLengthSqr * cameraToPointLengthInv; in InplaceFogBlock()60 const float minIntersectionT = minDistance * cameraToPointLengthInv; in InplaceFogBlock()