rename upstream-man-pages to upstream-doc
[clinton/guile-figl.git] / upstream-doc / man3 / xhtml / glReadBuffer.xml
CommitLineData
7faf1d71
AW
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1-transitional.dtd">
3<!-- saved from url=(0013)about:internet -->
4<?xml-stylesheet type="text/xsl" href="mathml.xsl"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:pref="http://www.w3.org/2002/Math/preference" pref:renderer="mathplayer-dl"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><link rel="stylesheet" type="text/css" href="opengl-man.css" /><title>glReadBuffer - OpenGL 3.3 Reference Pages</title><meta name="generator" content="DocBook XSL Stylesheets V1.69.1" /></head><body><div class="refentry" lang="en" xml:lang="en"><a id="glReadBuffer"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>glReadBuffer — select a color buffer source for pixels</p></div><div class="refsynopsisdiv"><h2>C Specification</h2><div class="funcsynopsis"><p><code class="funcdef">void <b class="fsfunc">glReadBuffer</b>(</code>GLenum <var class="pdparam">mode</var><code>)</code>;</p></div></div><div class="refsect1" lang="en" xml:lang="en"><a id="parameters"></a><h2>Parameters</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>mode</code></em></span></dt><dd><p>
5 Specifies a color buffer.
6 Accepted values are
7 <code class="constant">GL_FRONT_LEFT</code>,
8 <code class="constant">GL_FRONT_RIGHT</code>,
9 <code class="constant">GL_BACK_LEFT</code>,
10 <code class="constant">GL_BACK_RIGHT</code>,
11 <code class="constant">GL_FRONT</code>,
12 <code class="constant">GL_BACK</code>,
13 <code class="constant">GL_LEFT</code>, and the constants
14 <code class="constant">GL_COLOR_ATTACHMENT<span class="emphasis"><em>i</em></span></code>.
15 </p></dd></dl></div></div><div class="refsect1" lang="en" xml:lang="en"><a id="description"></a><h2>Description</h2><p>
16 <code class="function">glReadBuffer</code> specifies a color buffer as the source for subsequent
17 <a href="glReadPixels.xml"><span class="citerefentry"><span class="refentrytitle">glReadPixels</span></span></a>, <a href="glCopyTexImage1D.xml"><span class="citerefentry"><span class="refentrytitle">glCopyTexImage1D</span></span></a>, <a href="glCopyTexImage2D.xml"><span class="citerefentry"><span class="refentrytitle">glCopyTexImage2D</span></span></a>,
18 <a href="glCopyTexSubImage1D.xml"><span class="citerefentry"><span class="refentrytitle">glCopyTexSubImage1D</span></span></a>, <a href="glCopyTexSubImage2D.xml"><span class="citerefentry"><span class="refentrytitle">glCopyTexSubImage2D</span></span></a>, and
19 <a href="glCopyTexSubImage3D.xml"><span class="citerefentry"><span class="refentrytitle">glCopyTexSubImage3D</span></span></a> commands.
20 <em class="parameter"><code>mode</code></em> accepts one of twelve or more predefined values.
21 In a fully configured system,
22 <code class="constant">GL_FRONT</code>,
23 <code class="constant">GL_LEFT</code>, and
24 <code class="constant">GL_FRONT_LEFT</code> all name the front left buffer,
25 <code class="constant">GL_FRONT_RIGHT</code> and
26 <code class="constant">GL_RIGHT</code> name the front right buffer, and
27 <code class="constant">GL_BACK_LEFT</code> and
28 <code class="constant">GL_BACK</code> name the back left buffer.
29 Furthermore, the constants <code class="constant">GL_COLOR_ATTACHMENT<span class="emphasis"><em>i</em></span></code> may be used to indicate the
30 <span class="emphasis"><em>i</em></span><sup>th</sup> color attachment where <span class="emphasis"><em>i</em></span> ranges from zero to the
31 value of <code class="constant">GL_MAX_COLOR_ATTACHMENTS</code> minus one.
32 </p><p>
33 Nonstereo double-buffered configurations have only a front left and a
34 back left buffer.
35 Single-buffered configurations have a front left and a front right
36 buffer if stereo, and only a front left buffer if nonstereo.
37 It is an error to specify a nonexistent buffer to <code class="function">glReadBuffer</code>.
38 </p><p>
39 <em class="parameter"><code>mode</code></em> is initially <code class="constant">GL_FRONT</code> in single-buffered configurations
40 and <code class="constant">GL_BACK</code> in double-buffered configurations.
41 </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="errors"></a><h2>Errors</h2><p>
42 <code class="constant">GL_INVALID_ENUM</code> is generated if <em class="parameter"><code>mode</code></em> is not one of the twelve
43 (or more) accepted values.
44 </p><p>
45 <code class="constant">GL_INVALID_OPERATION</code> is generated if <em class="parameter"><code>mode</code></em> specifies a buffer
46 that does not exist.
47 </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="associatedgets"></a><h2>Associated Gets</h2><p>
48 <a href="glGet.xml"><span class="citerefentry"><span class="refentrytitle">glGet</span></span></a> with argument <code class="constant">GL_READ_BUFFER</code>
49 </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="seealso"></a><h2>See Also</h2><p>
50 <a href="glCopyTexImage1D.xml"><span class="citerefentry"><span class="refentrytitle">glCopyTexImage1D</span></span></a>,
51 <a href="glCopyTexImage2D.xml"><span class="citerefentry"><span class="refentrytitle">glCopyTexImage2D</span></span></a>,
52 <a href="glCopyTexSubImage1D.xml"><span class="citerefentry"><span class="refentrytitle">glCopyTexSubImage1D</span></span></a>,
53 <a href="glCopyTexSubImage2D.xml"><span class="citerefentry"><span class="refentrytitle">glCopyTexSubImage2D</span></span></a>,
54 <a href="glCopyTexSubImage3D.xml"><span class="citerefentry"><span class="refentrytitle">glCopyTexSubImage3D</span></span></a>,
55 <a href="glDrawBuffer.xml"><span class="citerefentry"><span class="refentrytitle">glDrawBuffer</span></span></a>,
56 <a href="glReadPixels.xml"><span class="citerefentry"><span class="refentrytitle">glReadPixels</span></span></a>
57 </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="Copyright"></a><h2>Copyright</h2><p>
58 Copyright <span class="trademark"></span>© 1991-2006
59 Silicon Graphics, Inc. This document is licensed under the SGI
60 Free Software B License. For details, see
61 <a href="http://oss.sgi.com/projects/FreeB/" target="_top">http://oss.sgi.com/projects/FreeB/</a>.
62 </p></div></div></body></html>