PFNGLOBJECTLABELPROC typedef

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

Implementation

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