From f1223c43aaa69abf5208364796f99847cfd7e4ec Mon Sep 17 00:00:00 2001 From: Konsta Toivanen <31590408+konstatoivanen@users.noreply.github.com> Date: Fri, 7 Jan 2022 20:45:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4109634b..65ccaad2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Is a renderer developed for the implementation & testing of various rendering techniques using modern graphics APIs. The project is built for Windows using C++ 17, Visual Studio & MSVC and supports Vulkan as a rendering backend (DX12 support is planned). -##Features +## Features - Vulkan 1.2 Rendering Backend. - Dynamic scene material batching & instanced rendering. - Clustered forward rendering.