I agree with Michael; the 12 of us who voted should give our order of
preference for A, B and C.

My voting order is A, C, B.  If it's not going to be A, then I say
go with the cleaner long-term solution.  Though at this point I'm
feeling rather apathetic.

For reference, here are the 3 options again:

    Vote #2 (vote A, B, or C): How to include glext.h in the
        application?

        A) Do nothing (current oglbase proposal). glext.h must always be
           #included explicitly by the application.
        B) If GL_OGLBASE_EXTENSIONS is defined by the application prior
           to including gl.h, glext.h will be #included from gl.h.
           Otherwise the app must explicitly include it.
        C) If GL_OGLBASE_NO_EXTENSIONS is defined by the application,
           glext.h will NOT be #included from gl.h. Otherwise it will
           be.


-Brian

Reply via email to