Added DepthStencilState

This commit is contained in:
Simon Lübeß
2022-01-01 19:34:59 +01:00
parent 664ba552ea
commit b2ce560bfc
5 changed files with 170 additions and 0 deletions
@@ -42,6 +42,8 @@ namespace GlitchyEngine.Renderer
public extern void SetBlendState(BlendState blendState, ColorRGBA blendFactor);
public extern void SetDepthStencilState(DepthStencilState depthStencilState, uint8 stencilReference);
public extern void DrawIndexed(GeometryBinding geometry);
public extern void DrawInstanced(GeometryBinding geometry);