Updated docs.

This commit is contained in:
Branimir Karadžić 2016-02-23 22:40:08 -08:00
parent ff4606d429
commit dff2c557e8
2 changed files with 2 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -318,15 +318,7 @@ shaders is provided in examples. D3D9 and D3D11 shaders can be only compiled on
</div>
<div class="section" id="texture-compiler-texturec">
<h2>Texture Compiler (texturec)<a class="headerlink" href="#texture-compiler-texturec" title="Permalink to this headline"></a></h2>
<p>This tool doesn&#8217;t currently exist. To produce DDS, KTX or PVR textures
use:</p>
<blockquote>
<div><ul class="simple">
<li><a class="reference external" href="https://developer.nvidia.com/legacy-texture-tools">.dds - nVidia Texture Tools - DDS Utilities</a></li>
<li><a class="reference external" href="http://malideveloper.arm.com/develop-for-mali/mali-gpu-texture-compression-tool/">.ktx - Mali GPU Texture Compression Tool</a></li>
<li><a class="reference external" href="http://www.imgtec.com/powervr/insider/sdkdownloads/index.asp">.pvr - PowerVR Insider SDK</a></li>
</ul>
</div></blockquote>
<p>Convert PNG, TGA, DDS, KTX, PVR texture into bgfx supported texture formats.</p>
</div>
<div class="section" id="geometry-compiler-geometryc">
<h2>Geometry Compiler (geometryc)<a class="headerlink" href="#geometry-compiler-geometryc" title="Permalink to this headline"></a></h2>