Shader中的Uniforms(只读标识) Unity ShaderLab里面的Uniforms: 定义变量:sampler2D _MainTex; float4 _MainTex_ST; 以上变量为可赋值的。 在前面加上unifo … 继续阅读 Shader中的Uniforms(只读标识)