summaryrefslogtreecommitdiffstats
path: root/src/graphics/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/README.txt')
-rw-r--r--src/graphics/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/graphics/README.txt b/src/graphics/README.txt
new file mode 100644
index 0000000..57bba37
--- /dev/null
+++ b/src/graphics/README.txt
@@ -0,0 +1,5 @@
+src/graphics
+
+In the future, it will contain common interface to handling 3D graphics with concrete implementations for OpenGL and DirectX.
+
+Currently, there is only the D3D interface.