Method GetGPUProjectionMatrix
GetGPUProjectionMatrix()
Returns the camera GPU projection matrix. This contains platform specific changes to handle y-flip and reverse z.
Similar to GL.GetGPUProjectionMatrix
but queries URP internal state to know if the pipeline is rendering to render texture.
For more info on platform differences regarding camera projection check: https://docs.unity3d.com/Manual/SL-PlatformDifferences.html
선언
public Matrix4x4 GetGPUProjectionMatrix()
반환
타입 | 설명 |
---|---|
Matrix4x4 |