GlGetActiveAttribNative typedef

GlGetActiveAttribNative = Void Function(Uint32 program, Uint32 index, Int32 bufSize, Pointer<Int32> length, Pointer<Int32> size, Pointer<Uint32> type, Pointer<NativeType> name)

Implementation

typedef GlGetActiveAttribNative = Void Function(
    Uint32 program,
    Uint32 index,
    Int32 bufSize,
    Pointer<Int32> length,
    Pointer<Int32> size,
    Pointer<Uint32> type,
    Pointer name);