From fcf9422f874853b73c0fc64ad7a8f576c70b9fe2 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Fri, 10 Oct 2014 16:15:48 -0400 Subject: [PATCH] Fix tex-new-formats to reflect WebGL2 sRGB semantics, which are different from WebGL1 with EXT_sRGB --- sdk/tests/conformance2/core/tex-new-formats.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/tests/conformance2/core/tex-new-formats.html b/sdk/tests/conformance2/core/tex-new-formats.html index 831a20c8e8..df562d94fd 100644 --- a/sdk/tests/conformance2/core/tex-new-formats.html +++ b/sdk/tests/conformance2/core/tex-new-formats.html @@ -268,12 +268,12 @@ }, { sizedformat: "SRGB8", - unsizedformat: "SRGB", + unsizedformat: "RGB", type: "UNSIGNED_BYTE", }, { sizedformat: "SRGB8_ALPHA8", - unsizedformat: "SRGB_ALPHA", + unsizedformat: "RGBA", type: "UNSIGNED_BYTE", }, {