mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 14:18:44 +00:00
VideoCommon: remove SetVSConstant4f
This commit is contained in:
parent
5de7ac4791
commit
0b2fb548c3
2 changed files with 45 additions and 91 deletions
|
@ -42,6 +42,7 @@
|
|||
#define I_POSTTRANSFORMMATRICES "cpostmtx"
|
||||
#define I_DEPTHPARAMS "cDepth" // farZ, zRange, scaled viewport width, scaled viewport height
|
||||
|
||||
//TODO: get rid of them, they aren't used at all
|
||||
#define C_POSNORMALMATRIX 0
|
||||
#define C_PROJECTION (C_POSNORMALMATRIX + 6)
|
||||
#define C_MATERIALS (C_PROJECTION + 4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue