VideoCommon: remove SetVSConstant4f

This commit is contained in:
degasus
2013-10-08 23:58:51 +02:00
parent 5de7ac4791
commit 0b2fb548c3
2 changed files with 45 additions and 91 deletions

View File

@ -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)