PFNGLGETOBJECTLABELEXTPROC typedef

PFNGLGETOBJECTLABELEXTPROC = Void Function(Uint32 type, Uint32 object, Uint32 bufSize, Pointer<Uint32> length, Pointer<Int8> label)

Implementation

typedef PFNGLGETOBJECTLABELEXTPROC =
    Void Function(
      Uint32 type,
      Uint32 object,
      Uint32 bufSize,
      Pointer<Uint32> length,
      Pointer<Int8> label,
    );