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:
Alexandre Thibodeau 2018-08-23 12:58:27 -04:00
parent dd9919749a
commit 2587c97687
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ elink:VkFormat), using the appropriate equations in
<<textures-sexp-RGB,Shared Exponent to RGB>>.
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,
and B components as described in the "`sRGB EOTF`" section of the
<<data-format,Khronos Data Format Specification>>.