blue-nebula / base

Main repository of Blue Nebula, a fast-paced shooter with a unique parkour system. It is a fork of Red Eclipse and is free software.
https://blue-nebula.org
15 stars 6 forks source link

rendergl: Check for GL 4.6 anisotropic TF extension #254

Open voidanix opened 1 year ago

voidanix commented 1 year ago

OpenGL 4.6 has brought an extension for anisotropic filtering that can work alongside our existing GL_EXT_texture_filter_anisotropic code: check for this new extension and, if supported, make use of it.

Link: https://registry.khronos.org/OpenGL/extensions/ARB/ARB_texture_filter_anisotropic.txt