mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
UnbindTexture, PBR changes, Test scene
This commit is contained in:
@@ -142,6 +142,11 @@ namespace GlitchyEngine.Renderer
|
||||
|
||||
_context.SetViewport(viewport);
|
||||
}
|
||||
|
||||
public override void UnbindTextures()
|
||||
{
|
||||
_context.UnbindTextures();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user