Content browser

This commit is contained in:
Simon Lübeß
2022-07-25 17:03:28 +02:00
parent 0339ae4422
commit bff4418b84
21 changed files with 481 additions and 44 deletions
+3 -1
View File
@@ -34,7 +34,9 @@ namespace GlitchyEngine.Renderer
_rendererAPI.Init();
}
[Inline]
// REPORT!!!!!!!!!
// Inline doesn't compile
//[Inline]
public static void Clear(RenderTarget2D renderTarget, ColorRGBA color)
{
_rendererAPI.Clear(renderTarget, color);