Added RenderTarget2D

This commit is contained in:
Simon Lübeß
2021-09-17 12:58:33 +02:00
parent d051b392d0
commit 266d7a4651
9 changed files with 77 additions and 38 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace GlitchyEngine.Renderer
}
[Inline]
public static void Clear(RenderTarget renderTarget, ColorRGBA color)
public static void Clear(RenderTarget2D renderTarget, ColorRGBA color)
{
_rendererAPI.Clear(renderTarget, color);
}