NcStudios / NcEngine

NcEngine: 3D game engine written in modern C++ and Vulkan
https://ncstudios.itch.io/
MIT License
36 stars 2 forks source link

Create Vulkan hardware minimum requirements document #627

Closed jaremieromer closed 2 months ago

jaremieromer commented 2 months ago

We need to document (either in VulkanConstants.h or in our documentation) our hardware requirements for the GPU. Using Sascha Willems' gpuinfo.org, we need to come up with an accepted target Vulkan feature adoption rate for GPUs/drivers and not include features if they fall outside of that rate. Also using gpuinfo.org, we need to find a good maximum limit for various Vulkan constructs (eg: 95% of drivers support n or more descriptor sets) and document them.