mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-02 17:30:47 -07:00
Improve texture tables (#457)
* Improve texture tables * More renaming and other tweaks * Minor tweaks
This commit is contained in:
@ -3,5 +3,8 @@
|
||||
public interface IGalPipeline
|
||||
{
|
||||
void Bind(GalPipelineState State);
|
||||
|
||||
void ResetDepthMask();
|
||||
void ResetColorMask(int Index);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user