Skip to content

Commit

Permalink
tr_image: add some fixme comment for the future self debugging dynami…
Browse files Browse the repository at this point in the history
…c shadows
  • Loading branch information
illwieckz committed May 30, 2024
1 parent ddb49f8 commit 303e06f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/engine/renderer/tr_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2536,6 +2536,8 @@ static void R_CreateShadowMapFBOImage()
int numFactor = 1;
int format = IF_NOPICMIP;

/* FIXME: We should test if those formats are supported
and if r_highPrecisionRendering is enabled. */
switch( glConfig2.shadowingMode )
{
case shadowingMode_t::SHADOWING_ESM16:
Expand Down Expand Up @@ -2619,6 +2621,8 @@ static void R_CreateShadowCubeFBOImage()

int format = IF_NOPICMIP;

/* FIXME: We should test if those formats are supported
and if r_highPrecisionRendering is enabled. */
switch( glConfig2.shadowingMode )
{
case shadowingMode_t::SHADOWING_ESM16:
Expand Down

0 comments on commit 303e06f

Please sign in to comment.