Moved tool functions to vks namespace (Refs #260)

This commit is contained in:
saschawillems 2017-02-12 13:10:05 +01:00
parent a105dfdece
commit 1309ee0ef9
34 changed files with 376 additions and 370 deletions

View file

@ -38,7 +38,7 @@
#include "vulkan/vulkan.h"
#include "keycodes.hpp"
#include "vulkantools.h"
#include "VulkanTools.h"
#include "VulkanDebug.h"
#include "VulkanInitializers.hpp"
@ -127,7 +127,7 @@ protected:
VkSemaphore textOverlayComplete;
} semaphores;
// Simple texture loader
//vkTools::VulkanTextureLoader *textureLoader = nullptr;
//vks::tools::VulkanTextureLoader *textureLoader = nullptr;
// Returns the base asset path (for shaders, models, textures) depending on the os
const std::string getAssetPath();
public: