mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 18:59:19 +00:00
PixelShaderGen: Implement table-based fog range as in software renderer
This commit is contained in:
parent
e7d0aae5be
commit
340ee8fff8
5 changed files with 46 additions and 31 deletions
|
@ -301,6 +301,7 @@ inline const char* GetInterpolationQualifier(bool msaa, bool ssaa,
|
|||
#define I_FOGCOLOR "cfogcolor"
|
||||
#define I_FOGI "cfogi"
|
||||
#define I_FOGF "cfogf"
|
||||
#define I_FOGRANGE "cfogrange"
|
||||
#define I_ZSLOPE "czslope"
|
||||
#define I_EFBSCALE "cefbscale"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue