mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
GeometryShaderGen: Support multiple primitive types.
And make more stereoscopy code optional.
This commit is contained in:
parent
887c669c28
commit
382e1c22db
4 changed files with 53 additions and 34 deletions
|
@ -129,7 +129,6 @@ static void BPWritten(const BPCmd& bp)
|
|||
GeometryShaderManager::SetViewportChanged();
|
||||
return;
|
||||
case BPMEM_LINEPTWIDTH: // Line Width
|
||||
SetLineWidth();
|
||||
GeometryShaderManager::SetLinePtWidthChanged();
|
||||
return;
|
||||
case BPMEM_ZMODE: // Depth Control
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue