@@ -287,7 +287,7 @@ Trigonometric function descriptions
287
287
288
288
:return:
289
289
The angle whose trigonometric cosine is ``x ``.
290
-
290
+
291
291
https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/acos.xhtml
292
292
293
293
.. rst-class :: classref-item-separator
@@ -795,7 +795,7 @@ Exponential and math function descriptions
795
795
796
796
|componentwise |
797
797
798
- Returns the absolute value of ``x ``. Returns ``x `` if ``x `` is positive, otherwise returns ``-1 * x ``.
798
+ Returns the absolute value of ``x ``. Returns ``x `` if ``x `` is positive, otherwise returns ``-1 * x ``.
799
799
800
800
:param x:
801
801
The value of which to return the absolute.
@@ -872,7 +872,7 @@ Exponential and math function descriptions
872
872
873
873
.. note ::
874
874
Rounding of values with a fractional part of ``0.5 `` is implementation-dependent.
875
- This includes the possibility that ``round(x) `` returns the same value as
875
+ This includes the possibility that ``round(x) `` returns the same value as
876
876
``roundEven(x)``for all values of ``x ``.
877
877
878
878
:param x:
@@ -2911,7 +2911,7 @@ vec4 **textureGather**\ (\ samplerCube s, vec3 p [, int comps] ) :ref:`🔗<shad
2911
2911
:return:
2912
2912
The partial derivative of ``p ``.
2913
2913
2914
- https://www .khronos.org/registry/ OpenGL-Refpages/gl4/html/dFdxCoarse .xhtml
2914
+ https://registry .khronos.org/OpenGL-Refpages/gl4/html/dFdx .xhtml
2915
2915
2916
2916
.. rst-class :: classref-item-separator
2917
2917
@@ -2946,7 +2946,7 @@ vec4 **textureGather**\ (\ samplerCube s, vec3 p [, int comps] ) :ref:`🔗<shad
2946
2946
:return:
2947
2947
The partial derivative of ``p ``.
2948
2948
2949
- https://www .khronos.org/registry/ OpenGL-Refpages/gl4/html/dFdxFine .xhtml
2949
+ https://registry .khronos.org/OpenGL-Refpages/gl4/html/dFdx .xhtml
2950
2950
2951
2951
.. rst-class :: classref-item-separator
2952
2952
@@ -2981,7 +2981,7 @@ vec4 **textureGather**\ (\ samplerCube s, vec3 p [, int comps] ) :ref:`🔗<shad
2981
2981
:return:
2982
2982
The partial derivative of ``p ``.
2983
2983
2984
- https://www .khronos.org/registry/ OpenGL-Refpages/gl4/html/dFdy .xhtml
2984
+ https://registry .khronos.org/OpenGL-Refpages/gl4/html/dFdx .xhtml
2985
2985
2986
2986
.. rst-class :: classref-item-separator
2987
2987
@@ -3016,7 +3016,7 @@ vec4 **textureGather**\ (\ samplerCube s, vec3 p [, int comps] ) :ref:`🔗<shad
3016
3016
:return:
3017
3017
The partial derivative of ``p ``.
3018
3018
3019
- https://www .khronos.org/registry/ OpenGL-Refpages/gl4/html/dFdyCoarse .xhtml
3019
+ https://registry .khronos.org/OpenGL-Refpages/gl4/html/dFdx .xhtml
3020
3020
3021
3021
.. rst-class :: classref-item-separator
3022
3022
@@ -3049,7 +3049,7 @@ vec4 **textureGather**\ (\ samplerCube s, vec3 p [, int comps] ) :ref:`🔗<shad
3049
3049
:return:
3050
3050
The partial derivative of ``p ``.
3051
3051
3052
- https://www .khronos.org/registry/ OpenGL-Refpages/gl4/html/dFdyFine .xhtml
3052
+ https://registry .khronos.org/OpenGL-Refpages/gl4/html/dFdx .xhtml
3053
3053
3054
3054
.. rst-class :: classref-item-separator
3055
3055
@@ -3107,7 +3107,7 @@ vec4 **textureGather**\ (\ samplerCube s, vec3 p [, int comps] ) :ref:`🔗<shad
3107
3107
:return:
3108
3108
The partial derivative.
3109
3109
3110
- https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/fwidthCoarse .xhtml
3110
+ https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/fwidth .xhtml
3111
3111
3112
3112
.. rst-class :: classref-item-separator
3113
3113
@@ -3138,7 +3138,7 @@ vec4 **textureGather**\ (\ samplerCube s, vec3 p [, int comps] ) :ref:`🔗<shad
3138
3138
:return:
3139
3139
The partial derivative.
3140
3140
3141
- https://www .khronos.org/registry/ OpenGL-Refpages/gl4/html/fwidthFine .xhtml
3141
+ https://registry .khronos.org/OpenGL-Refpages/gl4/html/fwidth .xhtml
3142
3142
3143
3143
3144
3144
.. rst-class :: classref-section-separator
@@ -3566,7 +3566,7 @@ Bitwise function descriptions
3566
3566
3567
3567
.. warning ::
3568
3568
The result will be undefined if:
3569
-
3569
+
3570
3570
- offset or bits is negative.
3571
3571
- if the sum of offset and bits is greater than the number of bits used to store the operand.
3572
3572
0 commit comments