Quick question regarding 180MB vertex varying buffer limit as per: https://community.arm.com/developer/tools-software/graphics/b/blog/posts/memory-limits-with-vulkan-on-mali-gpus
Is there a way to query that limit?
I have taken a look at https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkPhysicalDeviceLimits.html but there is nothing similar which pops up.
Thanks,Milan
Hi Milan,
Unfortunately there is no means to query the limit.Cheers, Pete
Hi Pete, thanks for the info!