Moved tool functions to vks namespace (Refs #260)
This commit is contained in:
parent
a105dfdece
commit
1309ee0ef9
34 changed files with 376 additions and 370 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue