mirror of https://github.com/mosra/magnum.git
Browse Source
Sometimes something needs to modify the data (in similar way it modifies e.g. MeshData) and there is no reason to forbid that, as the data must be non-const for delete[] operator anyway. There might be slight problem with ImageWrapper, which should be able to wrap const data, but currently nothing needs it.vectorfields
3 changed files with 6 additions and 3 deletions
Loading…
Reference in new issue