PFNGLTEXBUFFERRANGEPROC typedef

PFNGLTEXBUFFERRANGEPROC = Void Function(Uint32 target, Uint32 internalformat, Uint32 buffer, Pointer<NativeType> offset, Pointer<Uint32> size)

Implementation

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