PFNGLBINDBUFFERRANGEPROC typedef

PFNGLBINDBUFFERRANGEPROC = Void Function(Uint32 target, Uint32 index, Uint32 buffer, Pointer<NativeType> offset, Pointer<Uint32> size)

Implementation

typedef PFNGLBINDBUFFERRANGEPROC =
    Void Function(
      Uint32 target,
      Uint32 index,
      Uint32 buffer,
      Pointer<NativeType> offset,
      Pointer<Uint32> size,
    );