Added BlendState

This commit is contained in:
Simon Lübeß
2021-02-09 13:37:26 +01:00
parent 7e3bb932fc
commit abe4f66724
8 changed files with 170 additions and 4 deletions
@@ -15,6 +15,8 @@ namespace GlitchyEngine.Renderer
*/
public static extern API Api { get; }
public extern void Init();
public extern void Clear(RenderTarget renderTarget, ColorRGBA clearColor);
public extern void DrawIndexed(GeometryBinding geometry);