PFNGLGETINFOLOGARBPROC typedef
PFNGLGETINFOLOGARBPROC =
Void Function(Pointer<NativeType> obj, Uint32 maxLength, Pointer<Uint32> length, Pointer<Int8> infoLog)
Implementation
typedef PFNGLGETINFOLOGARBPROC =
Void Function(
Pointer<NativeType> obj,
Uint32 maxLength,
Pointer<Uint32> length,
Pointer<Int8> infoLog,
);