Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
5.13.0 Beta3
-
None
Description
Currently, the wrappers contained in QVulkanFunctions and QVulkanDeviceFunctions are non-const methods. However, since they simple read a member variable and call a function it looks they could safely be const.
Doing that would improve the reusability of QVulkanFunctions and QVulkanDeviceFunctions in conjunction with third party wrappers (in my case, Vulkan-Hpp).