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 GLSL function 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 apifunchead.xml for API 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 Shading Language Version</emphasis>
</entry>
</row>
<row>
<entry>
<emphasis role="bold">Function Name</emphasis>
</entry>
<entry>
<emphasis role="bold">1.10</emphasis>
</entry>
<entry>
<emphasis role="bold">1.20</emphasis>
</entry>
<entry>
<emphasis role="bold">1.30</emphasis>
</entry>
<entry>
<emphasis role="bold">1.40</emphasis>
</entry>
<entry>
<emphasis role="bold">1.50</emphasis>
</entry>
<entry>
<emphasis role="bold">3.30</emphasis>
</entry>
<entry>
<emphasis role="bold">4.00</emphasis>
</entry>
<entry>
<emphasis role="bold">4.10</emphasis>
</entry>
<entry>
<emphasis role="bold">4.20</emphasis>
</entry>
<entry>
<emphasis role="bold">4.30</emphasis>
</entry>
<entry>
<emphasis role="bold">4.40</emphasis>
</entry>
<entry>
<emphasis role="bold">4.50</emphasis>
</entry>
</row>
</thead>
</funchead>
|