...
This commit is contained in:
@@ -9,7 +9,7 @@ namespace zgl
|
||||
{
|
||||
inline void shader_program_handle::bind() const
|
||||
{
|
||||
glUseProgram(program_id);
|
||||
glUseProgram(id);
|
||||
}
|
||||
|
||||
inline void shader_program_handle::unbind()
|
||||
|
||||
Reference in New Issue
Block a user