mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue