Skip to content

Commit a6ef76a

Browse files
authored
Update README.md
1 parent 728113b commit a6ef76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Live demo: [`ktx2_encode_test/index.html'](https://subquantumtech.com/xu/ktx2_en
1212

1313
This demo shows how to use the compressor and transcoder from JavaScript. To use it, select a .PNG file then hit the "Encode!" button. The compressor will dynamically generate a .ktx2 file in memory which will then be immediately transcoded and rendered as a quad with a WebGL pixel shader used to sample the texture using the GPU. Hit the "Download!" button to locally download the generated .ktx2 file. This sample allows the user to toggle on/off all GPU formats the local device supports and see the results in real-time.
1414

15-
To view the compressor's textual debug output, open your browser's developer debug console (under Developer Tools in Chrome) and enable the Debug checkbox before hitting the "Encode!" button. Multithreading and WASM64 are optionally supported, and a browser supporting both are highly recommended.
15+
To view the compressor's textual debug output, open your browser's developer debug console (under Developer Tools in Chrome) and enable the Debug checkbox before hitting the "Encode!" button. WASM multithreading and WASM64 are optionally supported, and a browser supporting both are recommended.
1616

1717
![Screenshot showing the encode_test demo](ktx2_encode_test/preview.png)
1818

0 commit comments

Comments
 (0)