Skip to content

Commit

Permalink
Added BOTTOM_UP_TEXTURE_COORDINATES define to OpenGL\Sfx\shader_platf…
Browse files Browse the repository at this point in the history
…orm.sl.
  • Loading branch information
AndrewRichards-Code committed Jan 6, 2025
1 parent 460a4da commit 36fda34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OpenGL/Sfx/shader_platform.sl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

#ifndef __cplusplus

#ifndef BOTTOM_UP_TEXTURE_COORDINATES
#define BOTTOM_UP_TEXTURE_COORDINATES 1
#endif

#define USE_D3D_REF_MODE 0

// This should be passed to the compiler, do we use it? (gaussian.sfx)
Expand Down

0 comments on commit 36fda34

Please sign in to comment.