msh viewport initial

This commit is contained in:
bird_egop
2026-06-05 21:12:25 +03:00
parent 614787789e
commit 49d9e23738
9 changed files with 381 additions and 2 deletions
@@ -12,6 +12,8 @@ public sealed class ViewportRenderer
private readonly IWindow _window;
private readonly MsaaFramebuffer _framebuffer;
public GL Gl => _gl;
private ShaderProgram? _meshShader;
private ShaderProgram? _outlineShader;