kondrak / vkQuake2

id Software's Quake 2 v3.21 with mission packs and Vulkan support (Windows, Linux, macOS, FreeBSD, Raspberry Pi 4)
GNU General Public License v2.0
896 stars 91 forks source link

Don't require fillModeNonSolid device feature #98

Closed infapi00 closed 4 years ago

infapi00 commented 4 years ago

Not all drivers support it. Also, just checking the code, only VK_POLYGON_MODE_FILL is used, so asking for it doesn't seem really needed.

kondrak commented 4 years ago

Thanks, I removed that in a separate commit which also gets rid of the optional polygon mode for pipelines, it's not really needed at all.