mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 09:57:09 +02:00
Avoid some redundant GL calls (#1958)
This commit is contained in:
parent
ffa14ff5bb
commit
741536f8f1
6 changed files with 115 additions and 51 deletions
|
@ -68,8 +68,7 @@ namespace Ryujinx.Graphics.GAL
|
|||
|
||||
void SetSampler(int binding, ISampler sampler);
|
||||
|
||||
void SetScissorEnable(int index, bool enable);
|
||||
void SetScissor(int index, int x, int y, int width, int height);
|
||||
void SetScissor(int index, bool enable, int x, int y, int width, int height);
|
||||
|
||||
void SetStencilTest(StencilTestDescriptor stencilTest);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue