Files
mazegame/engine/doc/html/files/compress/pletter-h.html
T

27 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>pletter.h</title><link rel="stylesheet" type="text/css" href="../../styles/main.css" /><script type="text/javascript" src="../../styles/main.js"></script><script type="text/javascript">NDLoader.LoadJS("Content", "../../styles/");</script></head>
<!-- Generated by Natural Docs, version 2.2 -->
<!-- saved from url=(0016)http://localhost -->
<body onload="NDLoader.OnLoad('Content');" class="NDPage NDContentPage">
<a name="Functions"></a><a name="Topic29"></a><div class="CTopic TGroup LC first">
<div class="CTitle">Functions</div>
</div>
<a name="Pletter_UnpackToRAM"></a><a name="Topic30"></a><div class="CTopic TFunction LC">
<div class="CTitle">Pletter_UnpackToRAM</div>
<div id="NDPrototype30" class="NDPrototype WideForm"><div class="PSection PParameterSection CStyle"><table><tr><td class="PBeforeParameters"><span class="SHKeyword">void</span> Pletter_UnpackToRAM(</td><td class="PParametersParentCell"><table class="PParameters"><tr><td class="PModifierQualifier first"><span class="SHKeyword">const</span>&nbsp;</td><td class="PType"><span class="SHKeyword">void</span>*&nbsp;</td><td class="PName last">source,</td></tr><tr><td class="first"></td><td class="PType"><span class="SHKeyword">void</span>*&nbsp;</td><td class="PName last">dest</td></tr></table></td><td class="PAfterParameters">)</td></tr></table></div></div>
<div class="CBody"><p>Unpack Pletter compressed data to a RAM buffer</p><div class="CHeading">Paramaters</div><table class="CDefinitionList"><tr><td class="CDLEntry">source</td><td class="CDLDefinition"><p>Address of the source data.</p></td></tr><tr><td class="CDLEntry">dest</td><td class="CDLDefinition"><p>Address of unpack destination in RAM.</p></td></tr></table></div>
</div>
<a name="Pletter_UnpackToVRAM"></a><a name="Topic31"></a><div class="CTopic TFunction LC last">
<div class="CTitle">Pletter_UnpackToVRAM</div>
<div id="NDPrototype31" class="NDPrototype WideForm"><div class="PSection PParameterSection CStyle"><table><tr><td class="PBeforeParameters"><span class="SHKeyword">void</span> Pletter_UnpackToVRAM(</td><td class="PParametersParentCell"><table class="PParameters"><tr><td class="PModifierQualifier first"><span class="SHKeyword">const</span>&nbsp;</td><td class="PType"><span class="SHKeyword">void</span>*&nbsp;</td><td class="PName last">source,</td></tr><tr><td class="first"></td><td class="PType">u16&nbsp;</td><td class="PName last">dest</td></tr></table></td><td class="PAfterParameters">)</td></tr></table></div></div>
<div class="CBody"><p>Unpack Pletter compressed data directly to VRAM</p><div class="CHeading">Paramaters</div><table class="CDefinitionList"><tr><td class="CDLEntry">source</td><td class="CDLDefinition"><p>Address of the source data.</p></td></tr><tr><td class="CDLEntry">dest</td><td class="CDLDefinition"><p>Address of unpack destination in VRAM.&nbsp; Only first 16 KB of VRAM can be use as destination (0000-3FFF)</p></td></tr></table></div>
</div>
</body></html>