glBindVertexArray method
Implementation
void glBindVertexArray(
int array,
) {
return (_glBindVertexArray ??=
_dylib.lookupFunction<_c_glBindVertexArray, _dart_glBindVertexArray>(
'glBindVertexArray'))(
array,
);
}
void glBindVertexArray(
int array,
) {
return (_glBindVertexArray ??=
_dylib.lookupFunction<_c_glBindVertexArray, _dart_glBindVertexArray>(
'glBindVertexArray'))(
array,
);
}