PFNGLBUFFERSUBDATAARBPROC typedef

PFNGLBUFFERSUBDATAARBPROC = Void Function(Uint32 target, Uint64 offset, Pointer<NativeType> size, Pointer<NativeType> data)

Implementation

typedef PFNGLBUFFERSUBDATAARBPROC =
    Void Function(
      Uint32 target,
      Uint64 offset,
      Pointer<NativeType> size,
      Pointer<NativeType> data,
    );