Lugdunum  0.1.0
Texture.inl
Go to the documentation of this file.
1 inline const API::DeviceMemory& Texture::getDeviceMemory() const {
2  return _deviceMemory;
3 }
4 
5 inline const API::Image& Texture::getImage() const {
6  return _image;
7 }
8 
9 inline const API::ImageView& Texture::getImageView() const {
10  return _imageView;
11 }
12 
13 inline const API::Sampler& Texture::getSampler() const {
14  return _sampler;
15 }
16