mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-01 16:46:26 -05:00
Implement multiple rendertarget attachments and depth writting (#375)
* Add depth writting * Implement multiple attachments * Address feedback
This commit is contained in:
@@ -18,6 +18,8 @@ namespace Ryujinx.Graphics.Gal
|
||||
|
||||
void Set(byte[] Data, int Width, int Height);
|
||||
|
||||
void SetMap(int[] Map);
|
||||
|
||||
void SetTransform(bool FlipX, bool FlipY, int Top, int Left, int Right, int Bottom);
|
||||
|
||||
void SetWindowSize(int Width, int Height);
|
||||
|
Reference in New Issue
Block a user