mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-10 10:22:20 +00:00
Deploying to gh-pages from @ GRRLIB/GRRLIB@80e2382376 🚀
This commit is contained in:
parent
4579222d3e
commit
04ca2d3e7c
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -2689,7 +2689,7 @@ GRR_EXTERN GXRModeObj * </td><td class="memItemRight" valign="bottom"><a cl
|
|||
<p>Load a texture from a buffer. </p>
|
||||
<p>It only works for the MS-Windows standard format uncompressed (1-bit, 4-bit, 8-bit, 24-bit and 32-bit). </p><dl class="params"><dt>Parameters</dt><dd>
|
||||
<table class="params">
|
||||
<tr><td class="paramname">my_bmp</td><td>the Bitmap buffer to load. </td></tr>
|
||||
<tr><td class="paramname">my_bmp</td><td>The Bitmap buffer to load. </td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl>
|
||||
|
|
|
@ -104,7 +104,7 @@ $(function() {
|
|||
<div class="line"> </div>
|
||||
<div class="line"> exit(0); <span class="comment">// Use exit() to exit a program, do not use 'return' from main()</span></div>
|
||||
<div class="line">}</div>
|
||||
<div class="ttc" id="agroup___all_func_html_ga15b1f7d9224e25e77d2806847344f651"><div class="ttname"><a href="group___all_func.html#ga15b1f7d9224e25e77d2806847344f651">GRRLIB_Exit</a></div><div class="ttdeci">void GRRLIB_Exit(void)</div><div class="ttdoc">Call this before exiting your application.</div><div class="ttdef"><b>Definition:</b> GRRLIB_core.c:223</div></div>
|
||||
<div class="ttc" id="agroup___all_func_html_ga15b1f7d9224e25e77d2806847344f651"><div class="ttname"><a href="group___all_func.html#ga15b1f7d9224e25e77d2806847344f651">GRRLIB_Exit</a></div><div class="ttdeci">void GRRLIB_Exit(void)</div><div class="ttdoc">Call this before exiting your application.</div><div class="ttdef"><b>Definition:</b> GRRLIB_core.c:221</div></div>
|
||||
<div class="ttc" id="agroup___all_func_html_ga9840a19154f1e0cf9de14ad81ba23aef"><div class="ttname"><a href="group___all_func.html#ga9840a19154f1e0cf9de14ad81ba23aef">GRRLIB_Render</a></div><div class="ttdeci">void GRRLIB_Render(void)</div><div class="ttdoc">Call this function after drawing.</div><div class="ttdef"><b>Definition:</b> GRRLIB_render.c:407</div></div>
|
||||
<div class="ttc" id="agroup___all_func_html_gad3186c7e10e4e6c46a743e062971e89a"><div class="ttname"><a href="group___all_func.html#gad3186c7e10e4e6c46a743e062971e89a">GRRLIB_Init</a></div><div class="ttdeci">int GRRLIB_Init(void)</div><div class="ttdoc">Initialize GRRLIB.</div><div class="ttdef"><b>Definition:</b> GRRLIB_core.c:53</div></div>
|
||||
<div class="ttc" id="agrrlib_8h_html"><div class="ttname"><a href="grrlib_8h.html">grrlib.h</a></div><div class="ttdoc">GRRLIB user include file.</div></div>
|
||||
|
|
Loading…
Reference in a new issue