mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
ubo (ugly for now)
This commit is contained in:
@@ -148,7 +148,6 @@ void CSkyDome::Render() {
|
||||
}
|
||||
|
||||
m_shader->bind();
|
||||
m_shader->copy_gl_mvp();
|
||||
m_vao->bind();
|
||||
|
||||
glDrawElements( GL_TRIANGLES, static_cast<GLsizei>( m_indices.size() ), GL_UNSIGNED_SHORT, reinterpret_cast<void const*>( 0 ) );
|
||||
|
||||
Reference in New Issue
Block a user