Lugdunum  0.1.0
ImageView.inl
Go to the documentation of this file.
1 inline const Device* ImageView::getDevice() const {
2  return _device;
3 }
4 
5 inline const Image* ImageView::getImage() const {
6  return _image;
7 }