GlGetShaderSource typedef

GlGetShaderSource = void Function(int group, int bufSize, Pointer<Int32> length, Pointer<NativeType> groupString)

Implementation

typedef GlGetShaderSource = void Function(
    int shader, int bufSize, Pointer<Int32> length, Pointer source);