Lugdunum
0.1.0
include
lug
Graphics
Vulkan
API
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
}
lug::Graphics::Vulkan::API::Device
Definition:
Device.hpp:16
lug::Graphics::Vulkan::API::Image
Definition:
Image.hpp:21
Generated by
1.8.13