Moved VulkanDevice to vks namespce (Refs #260)
This commit is contained in:
parent
27e8c258dc
commit
70f4daff5d
18 changed files with 38 additions and 38 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#include <vulkan/vulkan.h>
|
||||
|
||||
#include "vulkanexamplebase.h"
|
||||
#include "vulkandevice.hpp"
|
||||
#include "VulkanDevice.hpp"
|
||||
#include "vulkanbuffer.hpp"
|
||||
#include "VulkanModel.hpp"
|
||||
#include "VulkanTexture.hpp"
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
class TextOverlay
|
||||
{
|
||||
private:
|
||||
vk::VulkanDevice *vulkanDevice;
|
||||
vks::VulkanDevice *vulkanDevice;
|
||||
|
||||
VkQueue queue;
|
||||
VkFormat colorFormat;
|
||||
|
|
@ -87,7 +87,7 @@ public:
|
|||
bool visible = true;
|
||||
|
||||
TextOverlay(
|
||||
vk::VulkanDevice *vulkanDevice,
|
||||
vks::VulkanDevice *vulkanDevice,
|
||||
VkQueue queue,
|
||||
std::vector<VkFramebuffer> &framebuffers,
|
||||
VkFormat colorformat,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue