summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-29 19:54:54 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-29 19:54:54 +0000
commit21ce666aa899e22ec7ac138a5143e2ebd22ff27f (patch)
tree7239548a1866820bea7e296a0480ce8b90252b23 /Graphics/GraphicsTools
parentImplemented File2String utility on Linux (diff)
downloadDiligentCore-21ce666aa899e22ec7ac138a5143e2ebd22ff27f.tar.gz
DiligentCore-21ce666aa899e22ec7ac138a5143e2ebd22ff27f.zip
Updated readme
Diffstat (limited to 'Graphics/GraphicsTools')
-rw-r--r--Graphics/GraphicsTools/readme.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/Graphics/GraphicsTools/readme.md b/Graphics/GraphicsTools/readme.md
deleted file mode 100644
index 08d612d5..00000000
--- a/Graphics/GraphicsTools/readme.md
+++ /dev/null
@@ -1,26 +0,0 @@
-
-# GraphicsTools
-
-Implementation of common grpahics Utilities
-
-# Release Notes
-
-## 2.1
-
-### New features
-
-* Added [TextureUploader](include/TextureUploaderGL.h) interface and its implementations on
- [D3D11](include/TextureUploaderD3D11.h), [D3D12](include/TextureUploaderD3D12.h), [OpenGL/GLES](include/TextureUploaderGL.h)
-
-## 2.0
-
-Reworked the API to follow D3D12 style
-
-## 1.0
-
-Initial release
-
-
-**Copyright 2015-2017 Egor Yusov**
-
-[Diligent Graphics](http://diligentgraphics.com) \ No newline at end of file