Add ktx
This commit is contained in:
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<style>
|
||||
body {
|
||||
max-width: 500px;
|
||||
}
|
||||
</style>
|
||||
<h1>Basis WebGL demos</h1>
|
||||
<p>
|
||||
Example webpages using the transcoder (compiled to WASM) to render
|
||||
Basis/KTX2 textures in WebGL. Both demos require WebAssembly and WebGL support.
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="texture/">.basis texture transcoding</a></li>
|
||||
<li><a href="encode_test/">.basis texture encoding/transcoding</a></li>
|
||||
<li><a href="ktx2_encode_test/">.ktx2 texture encoding/transcoding</a></li>
|
||||
<li><a href="gltf/">3D model (glTF 2.0)</a></li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user