Vulkan: Get access to physical device limits. #105125

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:vulkan-physical-device-limits into main 2023-02-23 13:47:44 +01:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker dbe3910ffe Vulkan: Get access to physical device limits.
This patch will give access to the physical device limits
of the device associated with the context. In vulkan each
device has different limits and the application is
responsible to match these limits as the vulkan driver
just ignores calls that don't match these limits.

Those limits are GPUBackend specific and therefore are not
added to GPU_capabilities.
2023-02-23 13:40:33 +01:00