Updated changelog.md.

This commit is contained in:
Artem Kharytoniuk 2017-05-29 18:58:48 +03:00
parent fd11aa6918
commit 4e5d3775a5

View File

@ -1,3 +1,16 @@
* Only windows platform is supported.
* Only 64-bit compilation is supported.
* The codebase is compiled as C++ code.
* Project files are provided for Visual Studio 2017.
* Vulkan support.
New cvars:
* r_renderAPI - 3D API to use: 0 - OpenGL, 1 - Vulkan. Requires vid_restart.
* r_twinMode - Debug feature to compare rendering output between OpenGL and Vulkan APIs.
If enabled, renderer uses both APIs and renders current frame to two side-by-side windows.
Requires vid_restart.
Removed cvars:
* r_allowExtensions (always use extensions if available)
* r_allowSoftwareGL