From ce496ca654dba29cb7ae1f704e69ffa98bec4137 Mon Sep 17 00:00:00 2001 From: Richard Geldreich Date: Wed, 18 Feb 2026 15:38:43 -0500 Subject: [PATCH] texture video sample now compatible with any ASTC/XUASTC block size (not just 4x4) --- webgl/video_test/index.html | 653 +++++++++++++++++++++++------------- 1 file changed, 419 insertions(+), 234 deletions(-) diff --git a/webgl/video_test/index.html b/webgl/video_test/index.html index 9da0a14..114ba01 100644 --- a/webgl/video_test/index.html +++ b/webgl/video_test/index.html @@ -1,8 +1,9 @@ @@ -11,33 +12,52 @@ @@ -585,13 +770,12 @@
- Basis Universal ETC1S GPU Texture Video Transcoding Test + Basis Universal - GPU Texture Video Transcoding Test
-
This demo uses the Basis C++ transcoder (compiled to WebAssembly using Emscripten) to transcode a .basis Universal Texture Video file directly to GPU texture data. -
.basis universal GPU texture files can be quickly transcoded directly to any other GPU texture format with little to no quality loss. -
Thanks to Evan Parker for providing webgl-texture-utils and this test bed. Go back. +
This demo uses the Basis C++ transcoder (compiled to WebAssembly using Emscripten) to transcode a .basis Universal Texture file directly to GPU texture data. +
Thanks to Evan Parker for providing webgl-texture-utils and the original test bed. Go back.
Transcode Format: FORMAT
@@ -633,7 +817,8 @@