mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
GeometryShaderManager: Upload Line/Point width constants.
This commit is contained in:
parent
aa4242fd9c
commit
332ba4b210
6 changed files with 59 additions and 3 deletions
|
@ -280,7 +280,10 @@ static inline void GenerateVSOutputStruct(T& object, API_TYPE api_type)
|
|||
#define I_POSTTRANSFORMMATRICES "cpostmtx"
|
||||
#define I_PIXELCENTERCORRECTION "cpixelcenter"
|
||||
|
||||
#define I_STEREOPARAMS "cstereo"
|
||||
#define I_STEREOPARAMS "cstereo"
|
||||
#define I_LINEPTWIDTH "clinept"
|
||||
#define I_VIEWPORT "cviewport"
|
||||
#define I_TEXOFFSETFLAGS "ctexoffset"
|
||||
|
||||
static const char s_shader_uniforms[] =
|
||||
"\tfloat4 " I_POSNORMALMATRIX"[6];\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue