Added destructors base in manager
This commit is contained in:
parent
45ba5a5b5e
commit
0a1bfe0de8
2 changed files with 21 additions and 4 deletions
|
|
@ -23,7 +23,6 @@ private:
|
|||
bool mFreeDevice = false;
|
||||
uint32_t mComputeQueueFamilyIndex = -1;
|
||||
vk::Queue* mComputeQueue = nullptr;
|
||||
bool mFreeComputeQueue = false;
|
||||
|
||||
#if DEBUG
|
||||
vk::DebugReportCallbackEXT mDebugReportCallback;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue