Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion glBegin() context manager?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mark  
View profile  
 More options Nov 1 2012, 7:19 am
From: Mark <l...@qtrac.plus.com>
Date: Thu, 1 Nov 2012 04:19:53 -0700 (PDT)
Local: Thurs, Nov 1 2012 7:19 am
Subject: Re: glBegin() context manager?
I didn't know that. At the moment I'm working through the 4th edn. of
the Open GL SuperBible...

On 1 Nov, 11:14, anatoly techtonik <techto...@gmail.com> wrote:

> Just want to make sure that you aware that immediate mode is deprecated in modern
> OpenGL versions <http://arcsynthesis.org/gltut/>.

> On Thursday, November 1, 2012 11:11:04 AM UTC+2, Mark wrote:

> > Rather than writing:

> > glBegin()
> > ... draw
> > glEnd()

> > it would be nice to write:

> > with glContext():
> >     ... draw

> > I know I can easily create my own glContext context manager, but it
> > just seems that it would be nicer built in. Or is there one and I just
> > haven't found it?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.