Hi!
I trying to get thru the email that got accumulated in my inbox lately
(heavy beta time at my day time job, so little time for anything else).
I was expecting a reply on this subject from Vincent (zerodeux) but he
just got a new job and he seemed to have just vanished from the net :-( !
Anyway, contributions on this subject are welcome. Can you try to make
it fit in the current NGL implementation and send a patch if you are
still interested?
Thanks a lot!
Sebastien
Sebastian Schuberth wrote:
Hi!
I'm new to NGL (switching from GLUT) and wanted to use multi-sampling,
as nglContextInfo has AABufferCnt and AASampleCnt attributes.
Unfortunately, support is not really implemented yet. Support for
multi-sampling is a little more work as it may seem, because it
requires to use the ARB_pixel_format extension to choose a pixel
format instead of the standard method using PIXELFORMATDESCRIPTOR (on
Windows).
I already have code to choose a pixel format via ARB_pixel_format for
my own project, which is quite similar to NGL. I could contribute that
code an try to implement multi-sample support.