OpenGL ES 1.1 and OpenGL ES 2.0
hey guys... im very new to OpenGL ES
but i have a quick question... in Xcode starting a new Open GL ES project always gives me 2 renderers, one for OpenGL ES 1.1 the other one for OpenGL ES 2.0.
im guessing i dont want to work with with both of them... i just want to get into the OpenGL ES 1.1 one, what exactly do i have to do here? help? :3
but i have a quick question... in Xcode starting a new Open GL ES project always gives me 2 renderers, one for OpenGL ES 1.1 the other one for OpenGL ES 2.0.
im guessing i dont want to work with with both of them... i just want to get into the OpenGL ES 1.1 one, what exactly do i have to do here? help? :3
delete the code that checks for ES2 availability, the branch that would instantiate the ES2 renderer, and the ES2 renderer itself?
From what I remember in EAGLView.mm:initWithCoder it tries to create an ES2Renderer and if that fails it tries to create an ES1Renderer. Just change the code to create an ES1 renderer.
Is that what you mean?
Is that what you mean?
oh yeahhhh i see now... knew it was something simple!
thanks very much to all ;D
thanks very much to all ;D
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| is sdl+opengl slower than cocoa/carbon+opengl? | Najdorf | 9 | 4,448 |
Nov 16, 2005 09:45 PM Last Post: WhatMeWorry |
|

