PFNGLGETOBJECTPTRLABELPROC typedef

PFNGLGETOBJECTPTRLABELPROC = Void Function(Pointer<NativeType> ptr, Uint32 bufSize, Pointer<Uint32> length, Pointer<Int8> label)

Implementation

typedef PFNGLGETOBJECTPTRLABELPROC =
    Void Function(
      Pointer<NativeType> ptr,
      Uint32 bufSize,
      Pointer<Uint32> length,
      Pointer<Int8> label,
    );