GlGetActiveUniform typedef

GlGetActiveUniform = void Function(int program, int index, int bufSize, Pointer<Int32> length, Pointer<Int32> size, Pointer<Uint32> type, Pointer<NativeType> name)

Implementation

typedef GlGetActiveUniform = void Function(
    int program,
    int index,
    int bufSize,
    Pointer<Int32> length,
    Pointer<Int32> size,
    Pointer<Uint32> type,
    Pointer name);