From 8ee2d544645225ef6d505fbfd9ce681af27cd241 Mon Sep 17 00:00:00 2001 From: Andrej Date: Sun, 4 Aug 2024 00:33:23 +0200 Subject: [PATCH 1/2] Added missing internal type GL_RGB16 and added 's' prefix for GL_RGB16_SNORM bits --- gl4/glTexStorage2D.xhtml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/gl4/glTexStorage2D.xhtml b/gl4/glTexStorage2D.xhtml index 1d3fef1b..8e499b4d 100644 --- a/gl4/glTexStorage2D.xhtml +++ b/gl4/glTexStorage2D.xhtml @@ -460,7 +460,7 @@ - GL_RGB16_SNORM + GL_RGB16 GL_RGB @@ -471,6 +471,19 @@     + + + GL_RGB16_SNORM + + + GL_RGB + + s16 + s16 + s16 +   +   + GL_RGBA2 From 28738b93e72cc55220d8ddca5eb482b8f7495c49 Mon Sep 17 00:00:00 2001 From: Andrej Date: Sun, 4 Aug 2024 00:49:42 +0200 Subject: [PATCH 2/2] Added missing internal type GL_RGBA16_SNORM --- gl4/glTexStorage2D.xhtml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gl4/glTexStorage2D.xhtml b/gl4/glTexStorage2D.xhtml index 8e499b4d..c5f866cd 100644 --- a/gl4/glTexStorage2D.xhtml +++ b/gl4/glTexStorage2D.xhtml @@ -601,6 +601,19 @@ 16   + + + GL_RGBA16_SNORM + + + GL_RGBA + + s16 + s16 + s16 + s16 +   + GL_SRGB8