Mercurial > sdl-ios-xcode
comparison test/README @ 3070:3e3724fb829e
Fixed bug #681
Description From Philipp 2009-01-16 20:50:01 (-) [reply]
The File test/README from the svn says this:
testgl A very simple example of using OpenGL with SDL
testgl2 Improved version of testgl
It is actually exchanged.
testgl.c is the improved version right now and testgl2.c the simple one.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 17 Feb 2009 05:44:49 +0000 |
parents | e6cd882e3ac0 |
children | cf7976fd3258 |
comparison
equal
deleted
inserted
replaced
3069:caefe2344f65 | 3070:3e3724fb829e |
---|---|
13 testdyngl Tests dynamically loading OpenGL library | 13 testdyngl Tests dynamically loading OpenGL library |
14 testerror Tests multi-threaded error handling | 14 testerror Tests multi-threaded error handling |
15 testfile Tests RWops layer | 15 testfile Tests RWops layer |
16 testgamma Tests video device gamma ramp | 16 testgamma Tests video device gamma ramp |
17 testgl A very simple example of using OpenGL with SDL | 17 testgl A very simple example of using OpenGL with SDL |
18 testgl2 Improved version of testgl | 18 testgl2 An even simpler example using the SDL 1.3 API |
19 testhread Hacked up test of multi-threading | 19 testhread Hacked up test of multi-threading |
20 testiconv Tests international string conversion | 20 testiconv Tests international string conversion |
21 testjoystick List joysticks and watch joystick events | 21 testjoystick List joysticks and watch joystick events |
22 testkeys List the available keyboard keys | 22 testkeys List the available keyboard keys |
23 testloadso Tests the loadable library layer | 23 testloadso Tests the loadable library layer |