From 2587c97687b38ac651add123a055db56383a709f Mon Sep 17 00:00:00 2001 From: Alexandre Thibodeau Date: Thu, 23 Aug 2018 12:58:27 -0400 Subject: [PATCH] Added potentially missing word, assuming that sRGB is enabled based on the image view format, not based on the image format. --- chapters/textures.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/textures.txt b/chapters/textures.txt index d48ebc61..d9757de0 100644 --- a/chapters/textures.txt +++ b/chapters/textures.txt @@ -578,7 +578,7 @@ elink:VkFormat), using the appropriate equations in <>. 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 <>.