Split device class into header and implementation
Moved include to base class
This commit is contained in:
parent
122288fe25
commit
231e97b8c0
20 changed files with 641 additions and 621 deletions
|
|
@ -49,9 +49,9 @@
|
|||
#include "VulkanUIOverlay.h"
|
||||
#include "VulkanSwapChain.h"
|
||||
#include "VulkanBuffer.h"
|
||||
#include "VulkanDevice.h"
|
||||
|
||||
#include "VulkanInitializers.hpp"
|
||||
#include "VulkanDevice.hpp"
|
||||
#include "camera.hpp"
|
||||
#include "benchmark.hpp"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue