mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-23 23:40:09 +02:00
10 lines
198 B
C#
10 lines
198 B
C#
namespace Ryujinx.Graphics.Gal
|
|
{
|
|
public interface IGalPipeline
|
|
{
|
|
void Bind(GalPipelineState State);
|
|
|
|
void ResetDepthMask();
|
|
void ResetColorMask(int Index);
|
|
}
|
|
} |