PFNGLBUFFERDATAPROC typedef

PFNGLBUFFERDATAPROC = Void Function(Uint32 target, Pointer<Uint32> size, Pointer<NativeType> data, Uint32 usage)

Implementation

typedef PFNGLBUFFERDATAPROC =
    Void Function(
      Uint32 target,
      Pointer<Uint32> size,
      Pointer<NativeType> data,
      Uint32 usage,
    );