JetBrains / JetBrainsRuntime

Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
GNU General Public License v2.0
1.35k stars 198 forks source link

JBR-7568 Vulkan: Refactor VKLogicalDevice into VKDevice #449

Closed YaaZ closed 2 months ago

YaaZ commented 2 months ago

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"