From 91fc3c5ea799c77a2399270b37fea50b529cef88 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 7 Jul 2018 21:07:41 -0700 Subject: Couple updates to readme files --- Projects/Asteroids/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Projects') diff --git a/Projects/Asteroids/README.md b/Projects/Asteroids/README.md index c364ac8..a5569c9 100644 --- a/Projects/Asteroids/README.md +++ b/Projects/Asteroids/README.md @@ -11,9 +11,8 @@ and adds implementation using Diligent Engine API to allow comparing performance # Build and Run Instructions -The demo only supports Win32/x64 configuration. To build the project, open EngineAll.sln -solution file located in [build/Win32](https://github.com/DiligentGraphics/DiligentEngine/tree/master/build/Win32) folder, -choose x64 configuration and build the solution, then set *Asteroids* as statup project and run it. +The demo only supports Win32/x64 configuration. To build the project, follow +[these instructions](https://github.com/DiligentGraphics/DiligentEngine#win32). # Controlling the demo @@ -26,3 +25,4 @@ Use the following keys to control the demo: * '2' - Use native D3D12 rendering mode * '3' - Use Diligent Engine D3D11 rendering mode * '4' - Use Diligent Engine D3D12 rendering mode +* '5' - Use Diligent Engine Vulkan rendering mode -- cgit v1.2.3