From 4102b0f2c8c06989493ebca257a93fbf11a0599c Mon Sep 17 00:00:00 2001 From: Artem Kharytoniuk Date: Mon, 15 Jan 2018 22:07:19 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0bfdde..c40bbc9 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Vulkan backend provides the same graphics features as original OpenGL-based one * **r_twinMode** - Debug feature to compare rendering output between OpenGL/Vulkan/DX12 APIs. Requires vid_restart. +![twin_mode](https://user-images.githubusercontent.com/4964024/34961607-48aae882-fa40-11e7-9bf0-d4400afdad34.jpg) + #### Additional information: * Q: How to start game with vulkan support? A: `quake3-ke.exe +set r_renderAPI 1`. * Q: How to enable vulkan support from Q3 console? A: `\r_renderAPI 1` then `\vid_restart`.