Start of DebugRenderer

This commit is contained in:
Simon Lübeß
2021-09-11 12:58:25 +02:00
parent cb51880925
commit 5c95668a1d
2 changed files with 44 additions and 0 deletions
+2
View File
@@ -491,6 +491,8 @@ namespace Sandbox
Renderer.Submit(_quadGeometryBinding, _logoMaterial, .Translation(0, 0, -1) * .Scaling(2f));
DebugRenderer.Render(_world);
Renderer.EndScene();
basicEffect.ReleaseRef();