We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adce392 commit ccbee97Copy full SHA for ccbee97
src/engine/renderer/tr_local.h
@@ -1222,8 +1222,6 @@ enum class shaderProfilerRenderSubGroupsMode {
1222
// something calls RE_RegisterShader again with
1223
// the same name, we don't try looking for it again
1224
1225
- bool createdByGuide; // created using a shader .guide template
1226
-
1227
int surfaceFlags;
1228
int contentFlags;
1229
@@ -1239,8 +1237,6 @@ enum class shaderProfilerRenderSubGroupsMode {
1239
1237
float reliefDepthScale = 1.0f; // per-shader relief depth scale
1240
1238
1241
bool noShadows;
1242
- bool fogLight;
1243
- bool blendLight;
1244
bool ambientLight;
1245
bool translucent;
1246
bool forceOpaque;
0 commit comments