From fde90eb0a0bba524c3c5e10ecbdd9c686e91bba1 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 7 Jan 2010 15:54:14 -0500 Subject: [PATCH] Add --- OpenGLESSample/README.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 OpenGLESSample/README.txt diff --git a/OpenGLESSample/README.txt b/OpenGLESSample/README.txt new file mode 100644 index 000000000..05a4eacd0 --- /dev/null +++ b/OpenGLESSample/README.txt @@ -0,0 +1,5 @@ +This is a low-level sample that shows how to use OpenGL in your application, +in this sample the code to configure the framebuffer is done by hand. + +If you want a higher-level sample check out the OpenGLESSample-GV which +uses the iPhoneOSGameView class that takes care of the buffer rendering