File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -2964,14 +2964,9 @@ GLShader_depthReduction::GLShader_depthReduction() :
29642964 false , " depthReduction" ),
29652965 u_ViewWidth( this ),
29662966 u_ViewHeight( this ),
2967- u_DepthMap( this ),
29682967 u_InitialDepthLevel( this ) {
29692968}
29702969
2971- void GLShader_depthReduction::SetShaderProgramUniforms ( ShaderProgramDescriptor* shaderProgram ) {
2972- glUniform1i ( glGetUniformLocation ( shaderProgram->id , " u_DepthMap" ), 0 );
2973- }
2974-
29752970GLShader_clearSurfaces::GLShader_clearSurfaces () :
29762971 GLShader( " clearSurfaces" ,
29772972 false , " clearSurfaces" ),
Original file line number Diff line number Diff line change @@ -3765,11 +3765,9 @@ class GLShader_depthReduction :
37653765 public GLShader,
37663766 public u_ViewWidth,
37673767 public u_ViewHeight,
3768- public u_DepthMap,
37693768 public u_InitialDepthLevel {
37703769 public:
37713770 GLShader_depthReduction ();
3772- void SetShaderProgramUniforms ( ShaderProgramDescriptor* shaderProgram ) override ;
37733771};
37743772
37753773class GLShader_clearSurfaces :
You can’t perform that action at this time.
0 commit comments