Skip to content

Commit

Permalink
clean up HWViewpointUniforms
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoLuis0 authored and dpjudas committed Oct 9, 2024
1 parent 4615a8e commit c1442f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/common/rendering/hwrenderer/data/hw_viewpointuniforms.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ struct HWViewpointUniforms
float mClipHeightDirection = 0.f;
int mShadowFilter = 1;

int mLightBlendMode = 0;

int mLightTilesWidth = 0;

int mLightAttenuationMode = 0;

void CalcDependencies()
{
mNormalViewMatrix.computeNormalMatrix(mViewMatrix);
Expand Down

0 comments on commit c1442f1

Please sign in to comment.