Added (dirty) VertexLayout

This commit is contained in:
Simon Lübeß
2020-12-01 19:57:59 +01:00
parent e7464118d6
commit 1c58d0986e
5 changed files with 157 additions and 97 deletions
@@ -108,5 +108,7 @@ namespace GlitchyEngine.Renderer
}
public extern void SetViewports(uint32 viewportsLength, Viewport* viewports);
public extern void SetVertexLayout(VertexLayout vertexLayout);
}
}