Skip to content

Commit

Permalink
NUKE unused createdByGuide, fogLight, and blendLight
Browse files Browse the repository at this point in the history
  • Loading branch information
VReaperV committed Jan 3, 2025
1 parent adce392 commit ccbee97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/engine/renderer/tr_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -1222,8 +1222,6 @@ enum class shaderProfilerRenderSubGroupsMode {
// something calls RE_RegisterShader again with
// the same name, we don't try looking for it again

bool createdByGuide; // created using a shader .guide template

int surfaceFlags;
int contentFlags;

Expand All @@ -1239,8 +1237,6 @@ enum class shaderProfilerRenderSubGroupsMode {
float reliefDepthScale = 1.0f; // per-shader relief depth scale

bool noShadows;
bool fogLight;
bool blendLight;
bool ambientLight;
bool translucent;
bool forceOpaque;
Expand Down

0 comments on commit ccbee97

Please sign in to comment.