mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
SetViewport now part of RenderCommand
This commit is contained in:
@@ -26,5 +26,7 @@ namespace GlitchyEngine.Renderer
|
||||
public extern void DrawInstanced(GeometryBinding geometry);
|
||||
|
||||
public extern void DrawIndexedInstanced(GeometryBinding geometry);
|
||||
|
||||
public extern void SetViewport(Viewport viewport);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user