From 97005da5d8c2c0684f050b6f355a1ecfcc0d72f1 Mon Sep 17 00:00:00 2001 From: Oleksandr Popov Date: Sat, 28 Oct 2023 17:23:04 +0300 Subject: [PATCH 1/2] Fixed types of unpackUnorm4x8 and unpackSnorm4x8 --- el3/unpackUnorm.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el3/unpackUnorm.xhtml b/el3/unpackUnorm.xhtml index 45b7c100..ec5095e6 100644 --- a/el3/unpackUnorm.xhtml +++ b/el3/unpackUnorm.xhtml @@ -28,7 +28,7 @@ @@ -37,7 +37,7 @@
- vec2 unpackUnorm4x8( + vec4 unpackUnorm4x8( uint p);
From b2c4cf2db34a8c7a4c9a83cc85ecaa15c8caf225 Mon Sep 17 00:00:00 2001 From: Oleksandr Popov Date: Sat, 28 Oct 2023 18:06:16 +0300 Subject: [PATCH 2/2] Updated table. --- el3/unpackUnorm.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el3/unpackUnorm.xhtml b/el3/unpackUnorm.xhtml index ec5095e6..453d0e79 100644 --- a/el3/unpackUnorm.xhtml +++ b/el3/unpackUnorm.xhtml @@ -161,7 +161,7 @@ - +
- vec2 unpackSnorm4x8( + vec4 unpackSnorm4x8( uint p);
unpackSnorm4x8unpackUnorm4x8 - -