vk-bootstrap/tests
Charles Giessen 6f0184bdbe Made compute and transfer queues have distinct and dedicated options. This means you can choose between
whether you select a compute/transfer queue that can alias and one that cannot.
It is due to some hardware having dedicated compute or dedicated transfer but not both.

Also added some todo's for what to test.
2020-02-18 19:45:22 -07:00
..
common.h Implemented missing instance functions, deleted surface in tests. 2020-02-18 17:21:22 -07:00
run_tests.cpp Made compute and transfer queues have distinct and dedicated options. This means you can choose between 2020-02-18 19:45:22 -07:00
test.cpp Fixed up swapchain, added an example based on vulkan-tutorial 2020-02-03 16:23:47 -07:00