diff --git a/specs/latest/1.0/index.html b/specs/latest/1.0/index.html index 75cee7441..3d23d0100 100644 --- a/specs/latest/1.0/index.html +++ b/specs/latest/1.0/index.html @@ -4125,8 +4125,10 @@
UNPACK_COLORSPACE_CONVERSION_WEBGL
of type unsigned long
BROWSER_DEFAULT_WEBGL
, then the browser's default colorspace conversion
-is applied during subsequent texImage2D
and texSubImage2D
calls.
-(For example, converting a display-p3 image to srgb)
+(for example, converting a display-p3 image to srgb)
+is applied during subsequent texture data upload calls
+(e.g. texImage2D
and texSubImage2D
) that take an argument of TexImageSource.
+
The precise conversions may be specific to both the browser and file type.
If set to NONE
, no colorspace conversion is applied, other than conversion to RGBA.
(For example, a rec709 YUV video is still converted to rec709 RGB data, but not then converted to e.g. srgb RGB data)