浏览代码

Fixed GLES 2.0 shader compiler error in Integration Test suite.

/main
Felipe Lira 6 年前
当前提交
ec6f0e8f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
      com.unity.render-pipelines.lightweight/LWRP/ShaderLibrary/Input.hlsl

2
com.unity.render-pipelines.lightweight/LWRP/ShaderLibrary/Input.hlsl


float4 _ScaledScreenParams;
CBUFFER_END
#if USE_STRUCTURED_BUFFER_FOR_LIGHT_DATA
#endif
#define UNITY_MATRIX_M unity_ObjectToWorld
#define UNITY_MATRIX_I_M unity_WorldToObject

正在加载...
取消
保存