glSecondaryColor3sv function opengl_glext
GLAPI void APIENTRY glSecondaryColor3sv (const GLshort *v)
Implementation
void glSecondaryColor3sv(Pointer<Int16> v) {
final glSecondaryColor3svAsFunction = _glSecondaryColor3sv
.cast<NativeFunction<Void Function(Pointer<Int16> v)>>()
.asFunction<void Function(Pointer<Int16> v)>();
return glSecondaryColor3svAsFunction(v);
}