File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -2968,10 +2968,6 @@ GLShader_depthReduction::GLShader_depthReduction() :
29682968 u_InitialDepthLevel( this ) {
29692969}
29702970
2971- void GLShader_depthReduction::SetShaderProgramUniforms ( ShaderProgramDescriptor* shaderProgram ) {
2972- glUniform1i ( glGetUniformLocation ( shaderProgram->id , " u_DepthMap" ), 0 );
2973- }
2974-
29752971GLShader_clearSurfaces::GLShader_clearSurfaces () :
29762972 GLShader( " clearSurfaces" ,
29772973 false , " clearSurfaces" ),
Original file line number Diff line number Diff line change @@ -3769,7 +3769,6 @@ class GLShader_depthReduction :
37693769 public u_InitialDepthLevel {
37703770 public:
37713771 GLShader_depthReduction ();
3772- void SetShaderProgramUniforms ( ShaderProgramDescriptor* shaderProgram ) override ;
37733772};
37743773
37753774class GLShader_clearSurfaces :
You can’t perform that action at this time.
0 commit comments