r_renderAPI specifies rendering API to use (0 - opengl, 1 - vulkan). r_renderAPICompareWindow shows additional window which does the same rendering as the main windows but uses different graphics API. The idea is to use r_renderAPICompareWindow for debugging to be sure that both APIs render identical/similar pictures.
227 B
227 B
Removed cvars:
- r_allowExtensions (always use extensions if available)
- r_allowSoftwareGL
- r_colorbits (use desktop color depth)
- r_ext_multitexture (required)
- r_maskMinidriver
- r_primitives (always use qglDrawElements)