This commit is contained in:
grahamboree
2024-04-12 15:54:40 +00:00
parent 4ba3b41220
commit e9617a8433
6 changed files with 17 additions and 17 deletions

View File

@@ -218,7 +218,7 @@ Functions</h2></td></tr>
<tr class="memitem:a688d7e55e37ccfb358962a552b86423c"><td class="memItemLeft" align="right" valign="top"><a class="el" href="DetourStatus_8h.html#a4f23c0dcf28d9e299a4aa06af5b9ada3">dtStatus</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="DetourTileCacheBuilder_8cpp.html#a688d7e55e37ccfb358962a552b86423c">dtDecompressTileCacheLayer</a> (<a class="el" href="structdtTileCacheAlloc.html">dtTileCacheAlloc</a> *alloc, <a class="el" href="structdtTileCacheCompressor.html">dtTileCacheCompressor</a> *comp, unsigned char *compressed, const int compressedSize, <a class="el" href="structdtTileCacheLayer.html">dtTileCacheLayer</a> **layerOut)</td></tr>
<tr class="separator:a688d7e55e37ccfb358962a552b86423c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af7089fb5010342e6c48ca705a8f49928"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="DetourTileCacheBuilder_8cpp.html#af7089fb5010342e6c48ca705a8f49928">dtTileCacheHeaderSwapEndian</a> (unsigned char *data, const int dataSize)</td></tr>
<tr class="memdesc:af7089fb5010342e6c48ca705a8f49928"><td class="mdescLeft">&#160;</td><td class="mdescRight">Swaps the endianess of the compressed tile data's header (<a class="el" href="structdtTileCacheLayerHeader.html">dtTileCacheLayerHeader</a>). <a href="DetourTileCacheBuilder_8cpp.html#af7089fb5010342e6c48ca705a8f49928">More...</a><br /></td></tr>
<tr class="memdesc:af7089fb5010342e6c48ca705a8f49928"><td class="mdescLeft">&#160;</td><td class="mdescRight">Swaps the endianness of the compressed tile data's header (<a class="el" href="structdtTileCacheLayerHeader.html">dtTileCacheLayerHeader</a>). <a href="DetourTileCacheBuilder_8cpp.html#af7089fb5010342e6c48ca705a8f49928">More...</a><br /></td></tr>
<tr class="separator:af7089fb5010342e6c48ca705a8f49928"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
@@ -1451,7 +1451,7 @@ Variables</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Swaps the endianess of the compressed tile data's header (<a class="el" href="structdtTileCacheLayerHeader.html">dtTileCacheLayerHeader</a>). </p>
<p>Swaps the endianness of the compressed tile data's header (<a class="el" href="structdtTileCacheLayerHeader.html">dtTileCacheLayerHeader</a>). </p>
<p>Tile layer data does not need endian swapping as it consist only of bytes. </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramdir">[in,out]</td><td class="paramname">data</td><td>The tile data array. </td></tr>