quick backup of the renderer - things missing
[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 }