glSecondaryColor3ubv function opengl_glext
GLAPI void APIENTRY glSecondaryColor3ubv (const GLubyte *v)
Implementation
void glSecondaryColor3ubv(Pointer<Uint8> v) {
final glSecondaryColor3ubvAsFunction = _glSecondaryColor3ubv
.cast<NativeFunction<Void Function(Pointer<Uint8> v)>>()
.asFunction<void Function(Pointer<Uint8> v)>();
return glSecondaryColor3ubvAsFunction(v);
}