VulkanDevice refactoring
This commit is contained in:
parent
109d3e718d
commit
2e6e9d5eb2
10 changed files with 83 additions and 60 deletions
|
|
@ -97,7 +97,7 @@ protected:
|
|||
// todo: getter? should always point to VulkanDevice->device
|
||||
VkDevice device;
|
||||
/** @brief Encapsulated physical and logical vulkan device */
|
||||
vk::VulkanDevice vulkanDevice;
|
||||
vk::VulkanDevice *vulkanDevice;
|
||||
// Handle to the device graphics queue that command buffers are submitted to
|
||||
VkQueue queue;
|
||||
// Color buffer format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue