mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Added RenderTarget2D
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user