From b7d7940ca087b1e2eddea059186bda2f8782f7e6 Mon Sep 17 00:00:00 2001 From: DiligentGraphics Date: Sat, 10 Nov 2018 19:45:16 -0800 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7edba62..c9b291a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Diligent Engine is distributed under [Apache 2.0 license](License.txt) and is fr * No `#if defined(_WIN32)` ... `#elif defined(LINUX)` ... `#elif defined(ANDROID)` ... * No `#if defined(D3D11)` ... `#elif defined(D3D12)` ... `#elif defined(OPENGL)` ... * Exact same HLSL shaders run on all platforms and all backends +* High performance as key principle * Modular design * Components are clearly separated logically and physically and can be used as needed * Only take what you need for your project (do not want to keep samples and tutorials in your codebase? Simply remove [Samples](https://github.com/DiligentGraphics/DiligentSamples) submodule. Only need core functionality? Use only [Core](https://github.com/DiligentGraphics/DiligentCore) submodule) -- cgit v1.2.3