GeometryShaderManager: Upload Line/Point width constants.

This commit is contained in:
Jules Blok
2014-12-14 21:44:33 +01:00
parent aa4242fd9c
commit 332ba4b210
6 changed files with 59 additions and 3 deletions

View File

@ -23,6 +23,8 @@ public:
static void SetViewportChanged();
static void SetProjectionChanged();
static void SetLinePtWidthChanged();
static void SetTexCoordChanged(u8 texmapid);
static GeometryShaderConstants constants;
static bool dirty;