3c56ebd336491656f185e9f8bb55e18785bd739a
[demo] / src / vulkan / texture-vk.cc
1 #include "vulkan/texture-vk.h"
2
3 TextureVK::TextureVK()
4 {
5 }
6
7 TextureVK::~TextureVK()
8 {
9 }
10
11 void TextureVK::update()
12 {
13 }
14
15 void TextureVK::bind()
16 {
17 }
18
19 void TextureVK::unbind()
20 {
21 }