2014-03-28 19:06:55 +00:00
|
|
|
<!DOCTYPE refentry [ <!ENTITY % mathent SYSTEM "math.ent"> %mathent; ]>
|
|
|
|
|
|
|
|
<!-- Converted by db4-upgrade version 1.1 -->
|
|
|
|
|
|
|
|
<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="glMinSampleShading">
|
|
|
|
<info>
|
2013-11-03 11:43:50 +00:00
|
|
|
<copyright>
|
|
|
|
<year>2011-2013</year>
|
|
|
|
<holder>Khronos Group.</holder>
|
|
|
|
</copyright>
|
2014-03-28 19:06:55 +00:00
|
|
|
</info>
|
2013-10-24 07:03:15 +00:00
|
|
|
<refmeta>
|
|
|
|
<refentrytitle>glMinSampleShading</refentrytitle>
|
|
|
|
<manvolnum>3G</manvolnum>
|
|
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
|
|
<refname>glMinSampleShading</refname>
|
|
|
|
<refpurpose>specifies minimum rate at which sample shaing takes place</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv><title>C Specification</title>
|
|
|
|
<funcsynopsis>
|
|
|
|
<funcprototype>
|
|
|
|
<funcdef>void <function>glMinSampleShading</function></funcdef>
|
|
|
|
<paramdef>GLfloat <parameter>value</parameter></paramdef>
|
|
|
|
</funcprototype>
|
|
|
|
</funcsynopsis>
|
|
|
|
</refsynopsisdiv>
|
2014-03-28 19:06:55 +00:00
|
|
|
<refsect1 xml:id="parameters"><title>Parameters</title>
|
2013-10-24 07:03:15 +00:00
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>value</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Specifies the rate at which samples are shaded within each covered pixel.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</refsect1>
|
2014-03-28 19:06:55 +00:00
|
|
|
<refsect1 xml:id="description"><title>Description</title>
|
2013-10-24 07:03:15 +00:00
|
|
|
<para>
|
|
|
|
<function>glMinSampleShading</function> specifies the rate at which samples are shaded within
|
|
|
|
a covered pixel. Sample-rate shading is enabled by calling <citerefentry><refentrytitle>glEnable</refentrytitle></citerefentry>
|
|
|
|
with the parameter <constant>GL_SAMPLE_SHADING</constant>. If <constant>GL_MULTISAMPLE</constant>
|
|
|
|
or <constant>GL_SAMPLE_SHADING</constant> is disabled, sample shading has no effect.
|
|
|
|
Otherwise, an implementation must provide at least as many unique color values for
|
|
|
|
each covered fragment as specified by <parameter>value</parameter> times <parameter>samples</parameter> where
|
|
|
|
<parameter>samples</parameter> is the value of <constant>GL_SAMPLES</constant> for the current
|
|
|
|
framebuffer. At least 1 sample for each covered fragment is generated.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
A <parameter>value</parameter> of 1.0 indicates that each sample in the framebuffer should be
|
|
|
|
indpendently shaded. A <parameter>value</parameter> of 0.0 effectively allows the GL to ignore
|
|
|
|
sample rate shading. Any value between 0.0 and 1.0 allows the GL to shade only a subset
|
|
|
|
of the total samples within each covered fragment. Which samples are shaded and the algorithm
|
|
|
|
used to select that subset of the fragment's samples is implementation dependent.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2014-03-28 19:06:55 +00:00
|
|
|
<refsect1 xml:id="notes"><title>Notes</title>
|
2013-10-24 07:03:15 +00:00
|
|
|
<para>
|
|
|
|
The type of the <parameter>value</parameter> parameter was
|
|
|
|
changed from GLclampf to GLfloat. This change is transparent
|
|
|
|
to user code and is described in detail on the
|
|
|
|
<citerefentry><refentrytitle>removedTypes</refentrytitle></citerefentry>
|
|
|
|
page.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2014-03-28 19:06:55 +00:00
|
|
|
<refsect1 xml:id="errors"><title>Errors</title>
|
2013-10-24 07:03:15 +00:00
|
|
|
<para>
|
|
|
|
None.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2014-03-28 19:06:55 +00:00
|
|
|
<refsect1 xml:id="associatedgets"><title>Associated Gets</title>
|
2013-10-24 07:03:15 +00:00
|
|
|
<para>
|
|
|
|
<citerefentry><refentrytitle>glGet</refentrytitle></citerefentry> with argument <constant>GL_MIN_SAMPLE_SHADING</constant>.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
<citerefentry><refentrytitle>glGet</refentrytitle></citerefentry> with argument <constant>GL_SAMPLES</constant>.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2014-03-28 19:06:55 +00:00
|
|
|
<refsect1 xml:id="seealso"><title>See Also</title>
|
2013-10-24 07:03:15 +00:00
|
|
|
<para>
|
|
|
|
<citerefentry><refentrytitle>removedTypes</refentrytitle></citerefentry>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2014-03-28 19:06:55 +00:00
|
|
|
<refsect1 xml:id="Copyright"><title>Copyright</title>
|
2013-10-24 07:03:15 +00:00
|
|
|
<para>
|
2014-03-28 19:06:55 +00:00
|
|
|
Copyright <trademark class="copyright"/> 2011-2013 Khronos Group.
|
2013-11-03 11:43:50 +00:00
|
|
|
This material may be distributed subject to the terms and conditions set forth in
|
2013-10-24 07:03:15 +00:00
|
|
|
the Open Publication License, v 1.0, 8 June 1999.
|
2014-03-28 19:06:55 +00:00
|
|
|
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://opencontent.org/openpub/">http://opencontent.org/openpub/</link>.
|
2013-10-24 07:03:15 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|