Added potentially missing word, assuming that sRGB is enabled based on the image view format, not based on the image format.
This commit is contained in:
parent
dd9919749a
commit
2587c97687
|
@ -578,7 +578,7 @@ elink:VkFormat), using the appropriate equations in
|
||||||
<<textures-sexp-RGB,Shared Exponent to RGB>>.
|
<<textures-sexp-RGB,Shared Exponent to RGB>>.
|
||||||
Signed integer components smaller than 32 bits are sign-extended.
|
Signed integer components smaller than 32 bits are sign-extended.
|
||||||
|
|
||||||
If the image format is sRGB, the color components are first converted as if
|
If the image view format is sRGB, the color components are first converted as if
|
||||||
they are UNORM, and then sRGB to linear conversion is applied to the R, G,
|
they are UNORM, and then sRGB to linear conversion is applied to the R, G,
|
||||||
and B components as described in the "`sRGB EOTF`" section of the
|
and B components as described in the "`sRGB EOTF`" section of the
|
||||||
<<data-format,Khronos Data Format Specification>>.
|
<<data-format,Khronos Data Format Specification>>.
|
||||||
|
|
Loading…
Reference in New Issue