Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
Thu, 17 Jul 2008 22:38:29 +0000 | Holmes Futrell | SDL_uikitvideo.m is the main file for the UIKit video driver. It has the UIKit video bootstrap, initialization, device creation, etc. gsoc2008_iphone |
Thu, 17 Jul 2008 22:35:59 +0000 | Holmes Futrell | SDL_uikitopenglview is an OpenGL ES View class based on the one found in Apple's OpenGL ES based application template. It's created from SDL_uikitopengles.m, normally. gsoc2008_iphone |
Thu, 17 Jul 2008 22:32:16 +0000 | Holmes Futrell | SDL_uikitopengles is responsible for OpenGLES related functions in the UIKit video driver. The main thing to note is UIKit_GL_CreateContext which creates an instance of the SDL_uikitopenglview class, an OpenGL ES View. Most the real functionality is in SDL_uikitopenglview. gsoc2008_iphone |