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