mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
VideoCommon: Merge LineGeometryShader into GeometryShaderGen.
This adds line-width emulation support to OpenGL.
This commit is contained in:
parent
275af9c5e4
commit
55e60a9c22
15 changed files with 81 additions and 366 deletions
|
@ -1371,7 +1371,6 @@ void BPReload()
|
|||
// note that PixelShaderManager is already covered since it has its own DoState.
|
||||
SetGenerationMode();
|
||||
SetScissor();
|
||||
SetLineWidth();
|
||||
SetDepthMode();
|
||||
SetLogicOpMode();
|
||||
SetDitherMode();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue