Skip to content

Commit

Permalink
#219: Depth fill program file names adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Mar 26, 2022
1 parent 75b32a3 commit 917acbd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 29 deletions.
File renamed without changes.
27 changes: 0 additions & 27 deletions install/gl/zfill_fp.glsl

This file was deleted.

1 change: 0 additions & 1 deletion radiantcore/rendersystem/backend/DepthFillPass.h
@@ -1,7 +1,6 @@
#pragma once

#include "OpenGLShaderPass.h"
#include "glprogram/DepthFillAlphaProgram.h"

namespace render
{
Expand Down
Expand Up @@ -11,7 +11,7 @@ namespace render

namespace
{
const char* DEPTHFILL_ALPHA_VP_FILENAME = "zfill_vp.glsl"; // use the same VP
const char* DEPTHFILL_ALPHA_VP_FILENAME = "zfill_alpha_vp.glsl";
const char* DEPTHFILL_ALPHA_FP_FILENAME = "zfill_alpha_fp.glsl";
}

Expand Down

0 comments on commit 917acbd

Please sign in to comment.