PFNGLNAMEDBUFFERSTORAGEEXTPROC typedef

PFNGLNAMEDBUFFERSTORAGEEXTPROC = Void Function(Uint32 buffer, Pointer<Uint32> size, Pointer<NativeType> data, Uint32 flags)

Implementation

typedef PFNGLNAMEDBUFFERSTORAGEEXTPROC =
    Void Function(
      Uint32 buffer,
      Pointer<Uint32> size,
      Pointer<NativeType> data,
      Uint32 flags,
    );