merged
This commit is contained in:
@@ -174,7 +174,6 @@ struct Image2D : public ImageView2D<TValue>
|
||||
assertMsg(data.size() == width*height, "Sizes must be the same");
|
||||
this->values = values_vec.data();
|
||||
}
|
||||
|
||||
|
||||
std::vector<TValue>& data() { return values_vec; }
|
||||
const std::vector<TValue>& data() const { return values_vec; }
|
||||
|
||||
Reference in New Issue
Block a user