PFNGLTEXTUREBUFFERRANGEPROC typedef

PFNGLTEXTUREBUFFERRANGEPROC = Void Function(Uint32 texture, Uint32 internalformat, Uint32 buffer, Pointer<NativeType> offset, Pointer<Uint32> size)

Implementation

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