mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 11:38:33 +00:00
0e1e094b7a
* Improve texture tables * More renaming and other tweaks * Minor tweaks
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);
|
|
}
|
|
} |