File: apifunchead.xml

package info (click to toggle)
khronos-opengl-man4 1.0~svn31251-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,368 kB
  • ctags: 267
  • sloc: xml: 93,382; makefile: 730; python: 627; sh: 50; php: 4
file content (73 lines) | stat: -rw-r--r-- 2,673 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<funchead xmlns="http://docbook.org/ns/docbook" version="5.0">
    <!-- Table header for OpenGL feature Version Support section. All these
         elements are included within a
            <tgroup cols="13" align="left">
         element, followed by per-variable <tbody> support rows.
         Similar but not identical to funchead.xml for GLSL pages. -->
    <colspec colwidth="1.1*" />
    <colspec colwidth="1*" align="center" colname="firstvers" />
    <colspec colwidth="1*" align="center" />
    <colspec colwidth="1*" align="center" />
    <colspec colwidth="1*" align="center" />
    <colspec colwidth="1*" align="center" />
    <colspec colwidth="1*" align="center" />
    <colspec colwidth="1*" align="center" />
    <colspec colwidth="1*" align="center" />
    <colspec colwidth="1*" align="center" />
    <colspec colwidth="1*" align="center" />
    <colspec colwidth="1*" align="center" />
    <colspec colwidth="1*" align="center" colname="lastvers" />
    <spanspec spanname="allvers" namest="firstvers" nameend="lastvers" />
    <thead>
        <row>
            <entry rowsep="0">
                <!-- Until morerows= is fixed WRT cell borders, do this --> 
            </entry>
            <entry spanname="allvers">
                <emphasis role="bold">OpenGL Version</emphasis>
            </entry>
        </row>
        <row>
            <entry>
                <emphasis role="bold">Function / Feature Name</emphasis>
            </entry>
            <entry>
                <emphasis role="bold">2.0</emphasis>
            </entry>
            <entry>
                <emphasis role="bold">2.1</emphasis>
            </entry>
            <entry>
                <emphasis role="bold">3.0</emphasis>
            </entry>
            <entry>
                <emphasis role="bold">3.1</emphasis>
            </entry>
            <entry>
                <emphasis role="bold">3.2</emphasis>
            </entry>
            <entry>
                <emphasis role="bold">3.3</emphasis>
            </entry>
            <entry>
                <emphasis role="bold">4.0</emphasis>
            </entry>
            <entry>
                <emphasis role="bold">4.1</emphasis>
            </entry>
            <entry>
                <emphasis role="bold">4.2</emphasis>
            </entry>
            <entry>
                <emphasis role="bold">4.3</emphasis>
            </entry>
            <entry>
                <emphasis role="bold">4.4</emphasis>
            </entry>
            <entry>
                <emphasis role="bold">4.5</emphasis>
            </entry>
        </row>
    </thead>
</funchead>