PFNGLGETOBJECTLABELPROC typedef

PFNGLGETOBJECTLABELPROC = Void Function(Uint32 identifier, Uint32 name, Int32 bufSize, Pointer<Int32> length, Pointer<Utf8> label)

Implementation

typedef PFNGLGETOBJECTLABELPROC = Void Function(Uint32 identifier, Uint32 name,
    Int32 bufSize, Pointer<Int32> length, Pointer<Utf8> label);