Skip to content

Commit

Permalink
#219: Remove unused depth fill program
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Mar 26, 2022
1 parent 8b2cc39 commit 75b32a3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 47 deletions.
1 change: 0 additions & 1 deletion radiantcore/rendersystem/backend/GLProgramFactory.cpp
@@ -1,6 +1,5 @@
#include "GLProgramFactory.h"

#include "glprogram/GLSLDepthFillProgram.h"
#include "glprogram/DepthFillAlphaProgram.h"
#include "glprogram/CubeMapProgram.h"
#include "glprogram/InteractionProgram.h"
Expand Down
1 change: 0 additions & 1 deletion radiantcore/rendersystem/backend/GLProgramFactory.h
Expand Up @@ -14,7 +14,6 @@ typedef std::shared_ptr<GLProgram> GLProgramPtr;

enum class ShaderProgram
{
DepthFill,
DepthFillAlpha,
Interaction,
CubeMap,
Expand Down

This file was deleted.

16 changes: 0 additions & 16 deletions radiantcore/rendersystem/backend/glprogram/GLSLDepthFillProgram.h

This file was deleted.

0 comments on commit 75b32a3

Please sign in to comment.