From ea32d5ad916c1d454b2c05b1874c05434c718e97 Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Thu, 19 Feb 2026 17:55:33 -0500 Subject: [PATCH] Update README.md --- webgl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgl/README.md b/webgl/README.md index 78ae76f..85870c5 100644 --- a/webgl/README.md +++ b/webgl/README.md @@ -31,7 +31,7 @@ Renders a single texture, using the transcoder (compiled to WASM with emscripten * PVRTC 4bpp * BC6H, BC7 -On browsers that don't support any compressed texture format, there's a low-quality fallback code path for opaque LDR textures, and a HDR half float or LDR 32bpp fallback code path for HDR textures. +On browsers that don't support any compressed texture formats, there's a low-quality fallback code path for opaque LDR textures, and a HDR half float or LDR 32bpp fallback code path for HDR textures. ![Screenshot showing a basis texture rendered as a 2D image in a webpage.](texture_test/preview.png)