RenderAPI changes and removed Context parameter from Effect and Material

This commit is contained in:
Simon Lübeß
2022-11-27 17:18:16 +01:00
parent d47ac23e1b
commit dffd43a36f
14 changed files with 89 additions and 52 deletions
@@ -109,9 +109,9 @@ namespace GlitchyEngine.Renderer
public extern void SetPrimitiveTopology(PrimitiveTopology primitiveTopology);
public extern void SetVertexShader(VertexShader vertexShader);
public extern void BindVertexShader(VertexShader vertexShader);
public extern void SetPixelShader(PixelShader pixelShader);
public extern void BindPixelShader(PixelShader pixelShader);
public extern void UnbindTextures();