fb752edb4c116e26ad85cba14a7563dc1e9bf446
[clinton/guile-figl.git] / upstream-man-pages / man4 / baseformattable.xml
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 <table frame="topbot"><title>Base Internal Formats</title>
5 <tgroup cols="3" align="left">
6 <colspec align="left"/>
7 <colspec align="left"/>
8 <colspec align="left"/>
9 <thead>
10 <row>
11 <entry rowsep="1" align="left"><emphasis role="bold">
12 Base Internal Format
13 </emphasis></entry>
14 <entry rowsep="1" align="left"><emphasis role="bold">
15 RGBA, Depth and Stencil Values
16 </emphasis></entry>
17 <entry rowsep="1" align="left"><emphasis role="bold">
18 Internal Components
19 </emphasis></entry>
20 </row>
21 </thead>
22 <tbody>
23 <row>
24 <entry><constant>GL_DEPTH_COMPONENT</constant></entry>
25 <entry>Depth</entry>
26 <entry>D</entry>
27 </row>
28 <row>
29 <entry><constant>GL_DEPTH_STENCIL</constant></entry>
30 <entry>Depth, Stencil</entry>
31 <entry>D, S</entry>
32 </row>
33 <row>
34 <entry><constant>GL_RED</constant></entry>
35 <entry>Red</entry>
36 <entry>R</entry>
37 </row>
38 <row>
39 <entry><constant>GL_RG</constant></entry>
40 <entry>Red, Green</entry>
41 <entry>R, G</entry>
42 </row>
43 <row>
44 <entry><constant>GL_RGB</constant></entry>
45 <entry>Red, Green, Blue</entry>
46 <entry>R, G, B</entry>
47 </row>
48 <row>
49 <entry><constant>GL_RGBA</constant></entry>
50 <entry>Red, Green, Blue, Alpha</entry>
51 <entry>R, G, B, A</entry>
52 </row>
53 </tbody>
54 </tgroup>
55 </table>