mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-08 19:28:27 +02:00
Avoid some redundant GL calls (#1958)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user