Quake-III-Arena-VS/changelog.md
Artem Kharytoniuk 68723c7076 r_showImages functionality.
Additionally replaced VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE with VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER.
This matches more closely GL_CLAMP mode used by the OpenGL backend.
2017-05-24 14:12:01 +03:00

333 B

Removed cvars:

  • r_allowExtensions (always use extensions if available)
  • r_allowSoftwareGL
  • r_clear
  • r_colorbits (use desktop color depth)
  • r_displayRefresh
  • r_dlightBacks
  • r_ext_multitexture (required)
  • r_finish
  • r_ignore
  • r_ignoreFastPath
  • r_maskMinidriver
  • r_measureOverdraw
  • r_primitives (always use qglDrawElements)