rename upstream-man-pages to upstream-doc
[clinton/guile-figl.git] / upstream-doc / man4 / glReleaseShaderCompiler.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 <refentry id="glReleaseShaderCompiler">
5 <refmeta>
6 <refmetainfo>
7 <copyright>
8 <year>2010</year>
9 <holder>Khronos Group</holder>
10 </copyright>
11 </refmetainfo>
12 <refentrytitle>glReleaseShaderCompiler</refentrytitle>
13 <manvolnum>3G</manvolnum>
14 </refmeta>
15 <refnamediv>
16 <refname>glReleaseShaderCompiler</refname>
17 <refpurpose>release resources consumed by the implementation's shader compiler</refpurpose>
18 </refnamediv>
19 <refsynopsisdiv><title>C Specification</title>
20 <funcsynopsis>
21 <funcprototype>
22 <funcdef>void <function>glReleaseShaderCompiler</function></funcdef>
23 <paramdef>void</paramdef>
24 </funcprototype>
25 </funcsynopsis>
26 </refsynopsisdiv>
27 <refsect1 id="description"><title>Description</title>
28 <para>
29 <function>glReleaseShaderCompiler</function> provides a hint to the implementation that it
30 may free internal resources associated with its shader compiler. <citerefentry><refentrytitle>glCompileShader</refentrytitle></citerefentry>
31 may subsequently be called and the implementation may at that time reallocate resources
32 previously freed by the call to <function>glReleaseShaderCompiler</function>.
33 </para>
34 </refsect1>
35 <refsect1 id="seealso"><title>See Also</title>
36 <para>
37 <citerefentry><refentrytitle>glCompileShader</refentrytitle></citerefentry>,
38 <citerefentry><refentrytitle>glLinkProgram</refentrytitle></citerefentry>
39 </para>
40 </refsect1>
41 <refsect1 id="Copyright"><title>Copyright</title>
42 <para>
43 Copyright <trademark class="copyright"></trademark> 2010 Khronos Group.
44 This material may be distributed subject to the terms and conditions set forth in
45 the Open Publication License, v 1.0, 8 June 1999.
46 <ulink url="http://opencontent.org/openpub/">http://opencontent.org/openpub/</ulink>.
47 </para>
48 </refsect1>
49 </refentry>