16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 22:39:18 +02:00
This commit is contained in:
milek7
2018-07-11 14:38:34 +02:00
parent 59cea820b0
commit 7299fc866e
6 changed files with 24 additions and 10 deletions

View File

@@ -284,6 +284,7 @@ opengl_renderer::Render_pass( rendermode const Mode ) {
glDebug("rendermode::color");
{
/*
glDebug("render shadowmap start");
Timer::subsystem.gfx_shadows.start();
@@ -301,6 +302,7 @@ glm::vec3{ m_renderpass.camera.position() - m_shadowpass.camera.position() } );
Timer::subsystem.gfx_shadows.stop();
glDebug("render shadowmap end");
*/
}
m_main_fb->bind();