16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 17:09:19 +02:00
This commit is contained in:
milek7
2018-07-11 12:16:46 +02:00
parent 94712f5c77
commit e53b4fba26
6 changed files with 291 additions and 13 deletions

View File

@@ -104,6 +104,8 @@ void gl::program::init()
break;
i++;
}
glUniform1i(glGetUniformLocation(*this, "shadowmap"), 10); //m7t: do something better
}
gl::program::program()