mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
VideoCommon: remove constants.depthparams[2+3] as they aren't used in the shader at all
This commit is contained in:
parent
f4a9deefa8
commit
2118c1d3c3
3 changed files with 1 additions and 5 deletions
|
@ -39,7 +39,7 @@
|
|||
#define I_TRANSFORMMATRICES "ctrmtx"
|
||||
#define I_NORMALMATRICES "cnmtx"
|
||||
#define I_POSTTRANSFORMMATRICES "cpostmtx"
|
||||
#define I_DEPTHPARAMS "cDepth" // farZ, zRange, scaled viewport width, scaled viewport height
|
||||
#define I_DEPTHPARAMS "cDepth" // farZ, zRange
|
||||
|
||||
//TODO: get rid of them, they aren't used at all
|
||||
#define C_POSNORMALMATRIX 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue