On Thu, 2004-11-04 at 09:19, bsupnik wrote:
> Hi Danielle,
> > I have been wanting to use the extension GL_COMBINE_EXT which is contained
> > in GL_EXT_texture_env_combine I do believe. However my current version of
> > OpenGl doesn't support this extension and I was looking for the easiest way
> > to remedy this.
All Macintosh renderers support GL_ARB_texture_env_combine, which is a
slightly extended version of GL_EXT_texture_env_combine. If this
extension is supported, you may use GL_COMBINE_ARB.
Also, GL_ARB_texture_env_combine was folded into OpenGL 1.3, so if your
renderer reports 1.3 or later you may use GL_COMBINE.
-Keith
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Mac-opengl mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/mac-opengl/email@hidden
This email sent to email@hidden