mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 05:39:18 +02:00
reformat: parameters can be made const
This commit is contained in:
@@ -407,7 +407,7 @@ gl::program::~program()
|
||||
glDeleteProgram(*this);
|
||||
}
|
||||
|
||||
void gl::program::bind(GLuint i)
|
||||
void gl::program::bind(const GLuint i)
|
||||
{
|
||||
glUseProgram(i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user