rename upstream-man-pages to upstream-doc
[clinton/guile-figl.git] / upstream-doc / man2 / glClearAccum.xml
CommitLineData
7faf1d71
AW
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"
3 "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
4<refentry id="glClearAccum">
5 <refmeta>
6 <refmetainfo>
7 <copyright>
8 <year>1991-2006</year>
9 <holder>Silicon Graphics, Inc.</holder>
10 </copyright>
11 </refmetainfo>
12 <refentrytitle>glClearAccum</refentrytitle>
13 <manvolnum>3G</manvolnum>
14 </refmeta>
15 <refnamediv>
16 <refname>glClearAccum</refname>
17 <refpurpose>specify clear values for the accumulation buffer</refpurpose>
18 </refnamediv>
19 <refsynopsisdiv><title>C Specification</title>
20 <funcsynopsis>
21 <funcprototype>
22 <funcdef>void <function>glClearAccum</function></funcdef>
23 <paramdef>GLfloat <parameter>red</parameter></paramdef>
24 <paramdef>GLfloat <parameter>green</parameter></paramdef>
25 <paramdef>GLfloat <parameter>blue</parameter></paramdef>
26 <paramdef>GLfloat <parameter>alpha</parameter></paramdef>
27 </funcprototype>
28 </funcsynopsis>
29 </refsynopsisdiv>
30 <refsect1 id="parameters"><title>Parameters</title>
31 <variablelist>
32 <varlistentry>
33 <term><parameter>red</parameter></term>
34 <term><parameter>green</parameter></term>
35 <term><parameter>blue</parameter></term>
36 <term><parameter>alpha</parameter></term>
37 <listitem>
38 <para>
39 Specify the red, green, blue, and alpha values used when the
40 accumulation buffer is cleared.
41 The initial values are all 0.
42 </para>
43 </listitem>
44 </varlistentry>
45 </variablelist>
46 </refsect1>
47 <refsect1 id="description"><title>Description</title>
48 <para>
49 <function>glClearAccum</function> specifies the red, green, blue, and alpha values used by <citerefentry><refentrytitle>glClear</refentrytitle></citerefentry>
50 to clear the accumulation buffer.
51 </para>
52 <para>
53 Values specified by <function>glClearAccum</function> are clamped to the
54 range
55 <inlineequation><mml:math>
56 <!-- eqn: [-1,1]:-->
57 <mml:mfenced open="[" close="]">
58 <mml:mn>-1</mml:mn>
59 <mml:mn>1</mml:mn>
60 </mml:mfenced>
61 </mml:math></inlineequation>.
62 </para>
63 </refsect1>
64 <refsect1 id="errors"><title>Errors</title>
65 <para>
66 <constant>GL_INVALID_OPERATION</constant> is generated if <function>glClearAccum</function>
67 is executed between the execution of <citerefentry><refentrytitle>glBegin</refentrytitle></citerefentry>
68 and the corresponding execution of <citerefentry><refentrytitle>glEnd</refentrytitle></citerefentry>.
69 </para>
70 </refsect1>
71 <refsect1 id="associatedgets"><title>Associated Gets</title>
72 <para>
73 <citerefentry><refentrytitle>glGet</refentrytitle></citerefentry> with argument <constant>GL_ACCUM_CLEAR_VALUE</constant>
74 </para>
75 </refsect1>
76 <refsect1 id="seealso"><title>See Also</title>
77 <para>
78 <citerefentry><refentrytitle>glAccum</refentrytitle></citerefentry>,
79 <citerefentry><refentrytitle>glClear</refentrytitle></citerefentry>
80 </para>
81 </refsect1>
82 <refsect1 id="Copyright"><title>Copyright</title>
83 <para>
84 Copyright <trademark class="copyright"></trademark> 1991-2006
85 Silicon Graphics, Inc. This document is licensed under the SGI
86 Free Software B License. For details, see
87 <ulink url="http://oss.sgi.com/projects/FreeB/">http://oss.sgi.com/projects/FreeB/</ulink>.
88 </para>
89 </refsect1>
90</refentry>