From fc322fde0f46d960306cf2e60d3d2bb106773988 Mon Sep 17 00:00:00 2001 From: ocornut Date: Tue, 24 Feb 2015 09:59:56 +0000 Subject: [PATCH] Examples: added README file --- examples/README.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/README.txt diff --git a/examples/README.txt b/examples/README.txt new file mode 100644 index 000000000..6ad61da00 --- /dev/null +++ b/examples/README.txt @@ -0,0 +1,16 @@ + +directx9_example/ + DirectX9 example application (Windows). + +directx11_example/ + DirectX11 example (Windows). + +opengl_example/ + OpenGL exemple, using fixed pipeline (Windows/OSX/Linux etc., using glfw+glew) + This is simple and should work for all OpenGL enabled applications. + +opengl3_example/ + OpenGL exemple, using programmable pipeline (Windows/OSX/Linux etc., using glfw+glew) + This uses more modern calls and custom shaders. + I don't think there is an advantage using this over the "simpler example, but it is provided for information. + \ No newline at end of file