mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 06:49:19 +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