PFNGLGETNAMEDSTRINGARBPROC typedef
PFNGLGETNAMEDSTRINGARBPROC =
Void Function(Int32 namelen, Pointer<Utf8> name, Uint32 bufSize, Pointer<Int32> stringlen, Pointer<Int8> string)
Implementation
typedef PFNGLGETNAMEDSTRINGARBPROC =
Void Function(
Int32 namelen,
Pointer<Utf8> name,
Uint32 bufSize,
Pointer<Int32> stringlen,
Pointer<Int8> string,
);