mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 17:57:11 +02:00
Implement GPU primitive restart (#221)
This commit is contained in:
parent
2509dd11f4
commit
b623e12e70
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