UnbindTexture, PBR changes, Test scene

This commit is contained in:
Simon Lübeß
2022-05-09 22:11:46 +02:00
parent 3c2c37b270
commit b37b1b4bf9
14 changed files with 250 additions and 144 deletions
@@ -109,5 +109,10 @@ namespace GlitchyEngine.Renderer
{
SetViewport(.(left, top, width, height, minDepth, maxDepth));
}
public static void UnbindTextures()
{
_rendererAPI.UnbindTextures();
}
}
}