added fog (need to set the fog params)
[demo] / src / vulkan / texture-vk.cc
index af67c82..1c9ad46 100644 (file)
@@ -12,6 +12,10 @@ void TextureVK::update()
 {
 }
 
-void TextureVK::bind()
+void TextureVK::bind(int texture_unit)
+{
+}
+
+void TextureVK::unbind()
 {
 }
\ No newline at end of file