PFNGLBINDBUFFERSRANGEPROC typedef

PFNGLBINDBUFFERSRANGEPROC = Void Function(Uint32 target, Uint32 first, Uint32 count, Pointer<Uint32> buffers, Pointer<Pointer<NativeType>> offsets, Pointer<Pointer<Uint32>> sizes)

Implementation

typedef PFNGLBINDBUFFERSRANGEPROC =
    Void Function(
      Uint32 target,
      Uint32 first,
      Uint32 count,
      Pointer<Uint32> buffers,
      Pointer<Pointer<NativeType>> offsets,
      Pointer<Pointer<Uint32>> sizes,
    );