浏览代码

More comments

/main
Evgenii Golubev 6 年前
当前提交
b62b0d12
共有 1 个文件被更改,包括 10 次插入1 次删除
  1. 11
      ScriptableRenderPipeline/HDRenderPipeline/HDRP/ShaderVariables.hlsl

11
ScriptableRenderPipeline/HDRenderPipeline/HDRP/ShaderVariables.hlsl


// *****************************************************
// * *
// * UnityPerCamera has been deprecated. Do NOT use! *
// * Refer to UnityPerFrame and UnityPerView instead. *
// * Please refer to UnityPerView instead. *
// * *
// *****************************************************

float4 unity_OrthoParams;
CBUFFER_END
// *********************************************************
// * *
// * UnityPerCameraRare has been deprecated. Do NOT use! *
// * Please refer to UnityPerView instead. *
// * *
// *********************************************************
// DEPRECATED: use _FrustumPlanes
float4 unity_CameraWorldClipPlanes[6];
#if !defined(USING_STEREO_MATRICES)

// DEPRECATED: use _ProjMatrix, _InvProjMatrix, _ViewMatrix, _InvViewMatrix
float4x4 unity_CameraProjection;
float4x4 unity_CameraInvProjection;
float4x4 unity_WorldToCamera;

正在加载...
取消
保存