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
@@ -14,6 +14,11 @@ namespace GlitchyEngine.Renderer
public static override API Api => .D3D11;
public override void Init()
{
}
public override void Clear(RenderTarget renderTarget, ColorRGBA clearColor)
{
_context.ClearRenderTarget(renderTarget, clearColor);