Added manager tests
This commit is contained in:
parent
46a0393b44
commit
85f43c5c8e
4 changed files with 250 additions and 39 deletions
|
|
@ -22,9 +22,12 @@ class Manager
|
|||
*/
|
||||
Manager();
|
||||
|
||||
Manager(uint32_t physicalDeviceIndex);
|
||||
|
||||
Manager(std::shared_ptr<vk::Instance> instance,
|
||||
std::shared_ptr<vk::Device>,
|
||||
uint32_t queueIndex);
|
||||
std::shared_ptr<vk::PhysicalDevice> physicalDevice,
|
||||
std::shared_ptr<vk::Device> device,
|
||||
uint32_t physicalDeviceIndex);
|
||||
|
||||
~Manager();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue