[SDL] RFC: SDL/OGL auxilliary buffers

Russell Mirabelli rjm_aiwendel at yahoo.com
Fri Jan 10 14:37:01 PST 2003


I'm using SDL for a single-platorm game (I just like
the fact that I can do setup and input effortlessly),
but I've run across an issue: I need to enable
auxilliary buffers for my OpenGL commands to work.
I've hacked support into my version, but it's just
that-- a hack.

Currently there's no support for this in the
SDL_GL_SetAttribute parameter list.

What I'd like to see is something like this:

SDL_GL_SetAttribute( SDL_GL_NUM_AUX_BUFFERS, 1 );

where the default value is 0.

Is there a good reason why this couldn't be done? Does
something providing this functionality exist that I
didn't see?

=====
--
Russell Mirabelli
rjm_aiwendel at yahoo.com
"All palladium compounds should be regarded as highly toxic 
and as carcinogenic." -- from a chemistry textbook

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com




More information about the SDL mailing list