Closed SunSerega closed 3 years ago
Small update to #428.
When updating my bindings to use classes i noticed - i missed few functions returning GLsync type... For most other classes return type is GLuint, so i wasn't checking functions by return type.
GLsync
GLuint
@oddhack if you're happy with this change it is approved to merge.
Small update to #428.
When updating my bindings to use classes i noticed - i missed few functions returning
GLsync
type... For most other classes return type isGLuint
, so i wasn't checking functions by return type.