PFNGLGETACTIVEUNIFORMARBPROC typedef
PFNGLGETACTIVEUNIFORMARBPROC =
Void Function(Pointer<NativeType> programObj, Uint32 index, Uint32 maxLength, Pointer<Uint32> length, Pointer<Int32> size, Pointer<Uint32> type, Pointer<Int8> name)
Implementation
typedef PFNGLGETACTIVEUNIFORMARBPROC =
Void Function(
Pointer<NativeType> programObj,
Uint32 index,
Uint32 maxLength,
Pointer<Uint32> length,
Pointer<Int32> size,
Pointer<Uint32> type,
Pointer<Int8> name,
);