rename upstream-man-pages to upstream-doc
[clinton/guile-figl.git] / upstream-doc / man4 / xhtml / removedTypes.xml
CommitLineData
7faf1d71
AW
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>removedTypes - 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="removedTypes"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>removedTypes — Describes types removed and replaced in the OpenGL API in OpenGL 4.2</p></div><div class="refsect1" lang="en" xml:lang="en"><a id="description"></a><h2>Description</h2><p>
5 In the May, 2012 update of the OpenGL 4.2 Specification, all
6 APIs using the types GLclampf and GLclampd were modified to
7 use GLfloat and GLdouble, respectively, instead. Language
8 was added to the Specification requiring that these
9 parameters be clamped, when required, at use time rather
10 than at specification time.
11 </p><p>
12 This change allows specifying parameters in ranges
13 appropriate for non-fixed-point framebuffers (integer and
14 floating-point formats). The change does not require any
15 changes to user code calling these functions, because the
16 actual underlying types are identical, the behavior is
17 externally unchanged, and the header files continue to
18 define the old types for compatibility with older code.
19 </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="seealso"></a><h2>See Also</h2><p>
20 <a href="glBlendColor.xml"><span class="citerefentry"><span class="refentrytitle">glBlendColor</span></span></a>,
21 <a href="glClearColor.xml"><span class="citerefentry"><span class="refentrytitle">glClearColor</span></span></a>,
22 <a href="glClearDepth.xml"><span class="citerefentry"><span class="refentrytitle">glClearDepth</span></span></a>,
23 <a href="glDepthRange.xml"><span class="citerefentry"><span class="refentrytitle">glDepthRange</span></span></a>,
24 <a href="glDepthRangeArray.xml"><span class="citerefentry"><span class="refentrytitle">glDepthRangeArray</span></span></a>,
25 <a href="glDepthRangeIndexed.xml"><span class="citerefentry"><span class="refentrytitle">glDepthRangeIndexed</span></span></a>,
26 <a href="glMinSampleShading.xml"><span class="citerefentry"><span class="refentrytitle">glMinSampleShading</span></span></a>,
27 <a href="glSampleCoverage.xml"><span class="citerefentry"><span class="refentrytitle">glSampleCoverage</span></span></a>
28 </p></div><div class="refsect1" lang="en" xml:lang="en"><a id="Copyright"></a><h2>Copyright</h2><p>
29 Copyright <span class="trademark"></span>© 2012 Khronos Group.
30 This material may be distributed subject to the terms and conditions set forth in
31 the Open Publication License, v 1.0, 8 June 1999.
32 <a href="http://opencontent.org/openpub/" target="_top">http://opencontent.org/openpub/</a>.
33 </p></div></div></body></html>