There is an inconsistency within our Vulkan implementation when it comes to naming of the device. Somewhere it's called "logicalDevice" and somewhere just "device". Let's make our naming consistent with Vulkan types, there is no "logical device", there's just "device" and "physical device"
There is an inconsistency within our Vulkan implementation when it comes to naming of the device. Somewhere it's called "logicalDevice" and somewhere just "device". Let's make our naming consistent with Vulkan types, there is no "logical device", there's just "device" and "physical device"