GlGetShaderSource typedef

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

Implementation

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