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
|
|
@ -42,7 +42,7 @@
|
|||
#include "vulkandebug.h"
|
||||
|
||||
#include "VulkanInitializers.hpp"
|
||||
#include "vulkandevice.hpp"
|
||||
#include "VulkanDevice.hpp"
|
||||
#include "vulkanswapchain.hpp"
|
||||
#include "vulkantextoverlay.hpp"
|
||||
#include "camera.hpp"
|
||||
|
|
@ -90,7 +90,7 @@ protected:
|
|||
// todo: getter? should always point to VulkanDevice->device
|
||||
VkDevice device;
|
||||
/** @brief Encapsulated physical and logical vulkan device */
|
||||
vk::VulkanDevice *vulkanDevice;
|
||||
vks::VulkanDevice *vulkanDevice;
|
||||
// Handle to the device graphics queue that command buffers are submitted to
|
||||
VkQueue queue;
|
||||
// Depth buffer format (selected during Vulkan initialization)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue