mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-09-03 11:09:18 +02:00
vao
This commit is contained in:
@@ -99,7 +99,7 @@ gl::program::~program()
|
||||
glDeleteProgram(*this);
|
||||
}
|
||||
|
||||
void gl::program::bind()
|
||||
void gl::program::bind(GLuint i)
|
||||
{
|
||||
glUseProgram(*this);
|
||||
glUseProgram(i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user