mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-04 14:26:26 +02:00
10 lines
No EOL
198 B
C#
10 lines
No EOL
198 B
C#
namespace Ryujinx.Graphics.Gal
|
|
{
|
|
public interface IGalPipeline
|
|
{
|
|
void Bind(GalPipelineState State);
|
|
|
|
void ResetDepthMask();
|
|
void ResetColorMask(int Index);
|
|
}
|
|
} |