Skip to content

Commit

Permalink
tr_image: add a fixme comment for the future self debugging dynamic s…
Browse files Browse the repository at this point in the history
…hadows
  • Loading branch information
illwieckz committed May 29, 2024
1 parent bdabff4 commit 2b7901c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engine/renderer/tr_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2546,6 +2546,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

0 comments on commit 2b7901c

Please sign in to comment.