a79d21cb9f5cbd7f832748fee303bfa8d7918bf9
[clinton/guile-figl.git] / upstream-man-pages / man4 / xhtml / glReleaseShaderCompiler.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1-transitional.dtd">
3 <!-- saved from url=(0013)about:internet -->
4 <?xml-stylesheet type="text/xsl" href="mathml.xsl"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:pref="http://www.w3.org/2002/Math/preference" pref:renderer="mathplayer-dl"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><link rel="stylesheet" type="text/css" href="opengl-man.css" /><title>glReleaseShaderCompiler - OpenGL 4 Reference Pages</title><meta name="generator" content="DocBook XSL Stylesheets V1.69.1" /></head><body><div class="refentry" lang="en" xml:lang="en"><a id="glReleaseShaderCompiler"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>glReleaseShaderCompiler — release resources consumed by the implementation's shader compiler</p></div><div class="refsynopsisdiv"><h2>C Specification</h2><div class="funcsynopsis"><p><code class="funcdef">void <b class="fsfunc">glReleaseShaderCompiler</b>(</code>void<code>)</code>;</p></div></div><div class="refsect1" lang="en" xml:lang="en"><a id="description"></a><h2>Description</h2><p>
5 <code class="function">glReleaseShaderCompiler</code> provides a hint to the implementation that it
6 may free internal resources associated with its shader compiler. <a href="glCompileShader.xml"><span class="citerefentry"><span class="refentrytitle">glCompileShader</span></span></a>
7 may subsequently be called and the implementation may at that time reallocate resources
8 previously freed by the call to <code class="function">glReleaseShaderCompiler</code>.
9 </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="seealso"></a><h2>See Also</h2><p>
10 <a href="glCompileShader.xml"><span class="citerefentry"><span class="refentrytitle">glCompileShader</span></span></a>,
11 <a href="glLinkProgram.xml"><span class="citerefentry"><span class="refentrytitle">glLinkProgram</span></span></a>
12 </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="Copyright"></a><h2>Copyright</h2><p>
13 Copyright <span class="trademark"></span>© 2010 Khronos Group.
14 This material may be distributed subject to the terms and conditions set forth in
15 the Open Publication License, v 1.0, 8 June 1999.
16 <a href="http://opencontent.org/openpub/" target="_top">http://opencontent.org/openpub/</a>.
17 </p></div></div></body></html>