Message from discussion
Getting started in Windows
Path: g2news2.google.com!postnews.google.com!n10g2000yqd.googlegroups.com!not-for-mail
From: fungus <openglMYSO...@artlum.com>
Newsgroups: comp.graphics.api.opengl
Subject: Re: Getting started in Windows
Date: Sat, 1 Jan 2011 03:46:46 -0800 (PST)
Organization: http://groups.google.com
Lines: 26
Message-ID: <301298cb-ec35-4591-b81a-80814e164531@n10g2000yqd.googlegroups.com>
References: <ifgafb$2gt$1@news.eternal-september.org> <7b4d6a04-db80-4a6e-8260-cf3b2c2713b6@v12g2000vbx.googlegroups.com>
<18a2ef6d-23ee-47e8-806b-a8a16e2d800b@l32g2000yqc.googlegroups.com>
<0c74e12b-dabd-4113-bec0-7ebffdae8b10@fo10g2000vbb.googlegroups.com>
<a0224619-210c-41b9-aea6-c7367b15f3f1@w21g2000vby.googlegroups.com>
<ifiu5j$p3u$1@news.eternal-september.org> <ifk85n$ren$1@news.eternal-september.org>
<93b382a2-ceb6-4209-a92a-66a47855ee53@k13g2000vbq.googlegroups.com>
<ifke7p$ghi$1@news.eternal-september.org> <b3bd2e8a-a1e2-4690-aab2-57f20c01ae7b@32g2000yqz.googlegroups.com>
<iflhsu$jql$1@news.eternal-september.org>
NNTP-Posting-Host: 87.221.150.99
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1293882407 774 127.0.0.1 (1 Jan 2011 11:46:47 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sat, 1 Jan 2011 11:46:47 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: n10g2000yqd.googlegroups.com; posting-host=87.221.150.99; posting-account=gLolegoAAAC00kFSw5zQA_tVgjwJpNvY
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13)
Gecko/20101203 Firefox/3.6.13,gzip(gfe)
On Dec 31 2010, 10:27=A0pm, "James Van Buskirk" <not_va...@comcast.net>
wrote:
> "fungus" <openglMYSO...@artlum.com> wrote in message
>
> news:b3bd2e8a-a1e2-4690-aab2-57f20c01ae7b@32g2000yqz.googlegroups.com...
>
> > Easy way to find out: Take a screenshot and
> > see if what's captured matches what your
> > eyes were seeing.
>
> I did try capturing the screen with <CTRL><PrtScn> and then pasting
> it into Paint, and there was only one image with obvious jaggies.
> However in one screen shot there was tearing. =A0Does that mean I'm
> not getting double-buffering or can <CTRL><PrtScn> switch buffers
> in the middle of its operation?
>
I think you'd notice if you didn't have
double-buffer... :-)
Most graphics cards can't swap individual
areas of the screen so SwapBuffers() usually
has to do a copy from back buffer to front
buffer in a window. I guess the screenshot
can interrupt that copy.