summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiligentGraphics <egor.yusov@gmail.com>2018-11-10 20:34:23 +0000
committerGitHub <noreply@github.com>2018-11-10 20:34:23 +0000
commitdd0983d6c984d1cc67773e4b889ab3d3f5d52ffe (patch)
treef091298221b59ea004de79b3ee7241592c58ad6a
parentMerge branch 'master' of https://github.com/DiligentGraphics/DiligentCore.git (diff)
downloadDiligentCore-dd0983d6c984d1cc67773e4b889ab3d3f5d52ffe.tar.gz
DiligentCore-dd0983d6c984d1cc67773e4b889ab3d3f5d52ffe.zip
Updated readme: added diligent graphics logo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ddd8dc19..b33ba80b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# DiligentCore
+# DiligentCore <img src="media/diligentgraphics-logo.png" height=64 align="right" valign="middle">
This module implements [Diligent Engine](https://github.com/DiligentGraphics/DiligentEngine)'s core functionality: Direct3D11, Direct3D12,
OpenGL, OpenGLES, and Vulkan rendering backends as well as basic platform-specific utilities. It is self-contained and can be built by its own.