Lugdunum  0.1.0
Texture.cpp
Go to the documentation of this file.
3 
4 namespace lug {
5 namespace Graphics {
6 namespace Vulkan {
7 namespace Render {
8 
9 Texture::Texture(const std::string& name) : ::lug::Graphics::Render::Texture(name) {}
10 
12  destroy();
13 }
14 
16  _sampler.destroy();
18  _image.destroy();
19 }
20 
21 } // Render
22 } // Vulkan
23 } // Graphics
24 } // lug
Class for graphics.
Definition: Graphics.hpp:25