Implement GPU primitive restart (#221)
This commit is contained in:
parent
dc04b5465f
commit
6479c3e484
4 changed files with 47 additions and 0 deletions
|
@ -36,6 +36,12 @@ namespace Ryujinx.Graphics.Gal
|
|||
|
||||
void SetClearStencil(int Stencil);
|
||||
|
||||
void EnablePrimitiveRestart();
|
||||
|
||||
void DisablePrimitiveRestart();
|
||||
|
||||
void SetPrimitiveRestartIndex(uint Index);
|
||||
|
||||
void CreateVbo(long Key, byte[] Buffer);
|
||||
|
||||
void CreateIbo(long Key, byte[] Buffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue