File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ static void ComputeDynamics( shaderStage_t* pStage ) {
183183 pStage->dynamic = pStage->dynamic || pStage->alphaExp .numOps || pStage->alphaTestExp .numOps ;
184184 pStage->dynamic = pStage->dynamic || pStage->rgbExp .numOps || pStage->redExp .numOps || pStage->greenExp .numOps || pStage->blueExp .numOps ;
185185 pStage->dynamic = pStage->dynamic || pStage->deformMagnitudeExp .numOps ;
186- pStage->dynamic = pStage->dynamic || pStage->depthScaleExp .numOps || pStage-> etaExp . numOps || pStage-> etaDeltaExp . numOps
186+ pStage->dynamic = pStage->dynamic || pStage->depthScaleExp .numOps
187187 || pStage->fogDensityExp .numOps || pStage->fresnelBiasExp .numOps || pStage->fresnelPowerExp .numOps
188188 || pStage->fresnelScaleExp .numOps || pStage->normalIntensityExp .numOps || pStage->refractionIndexExp .numOps ;
189189
Original file line number Diff line number Diff line change @@ -1152,9 +1152,6 @@ enum class shaderProfilerRenderSubGroupsMode {
11521152
11531153 expression_t normalIntensityExp;
11541154
1155- expression_t etaExp;
1156- expression_t etaDeltaExp;
1157-
11581155 expression_t fogDensityExp;
11591156
11601157 expression_t depthScaleExp;
You can’t perform that action at this time.
0 commit comments