Skip to content

Commit

Permalink
Update documentation to 89b4155.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kode-Robbot committed Apr 18, 2024
1 parent 40f2a5f commit 853f76d
Show file tree
Hide file tree
Showing 38 changed files with 1,280 additions and 1,116 deletions.
9 changes: 9 additions & 0 deletions api/globals_func_g.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ <h3><a id="index_g"></a>- g -</h3><ul>
<li>kinc_g1_set_pixel()
: <a class="el" href="graphics1_2graphics_8h.html#ac359fcfbad45194c32e23bfe0a86bf36">graphics.h</a>
</li>
<li>kinc_g1_set_texture_magnification_filter()
: <a class="el" href="graphics1_2graphics_8h.html#a4457dc98910b7334cb543ba6310444df">graphics.h</a>
</li>
<li>kinc_g1_set_texture_minification_filter()
: <a class="el" href="graphics1_2graphics_8h.html#a2a9a37ae7efa2024d3e787d741a49d14">graphics.h</a>
</li>
<li>kinc_g1_set_texture_mipmap_filter()
: <a class="el" href="graphics1_2graphics_8h.html#af0de87693885389db9ca893ca26bbf2d">graphics.h</a>
</li>
<li>kinc_g1_width()
: <a class="el" href="graphics1_2graphics_8h.html#a7a11fea90f85b015df0f997e327e8853">graphics.h</a>
</li>
Expand Down
9 changes: 9 additions & 0 deletions api/globals_g.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ <h3><a id="index_g"></a>- g -</h3><ul>
<li>kinc_g1_set_pixel()
: <a class="el" href="graphics1_2graphics_8h.html#ac359fcfbad45194c32e23bfe0a86bf36">graphics.h</a>
</li>
<li>kinc_g1_set_texture_magnification_filter()
: <a class="el" href="graphics1_2graphics_8h.html#a4457dc98910b7334cb543ba6310444df">graphics.h</a>
</li>
<li>kinc_g1_set_texture_minification_filter()
: <a class="el" href="graphics1_2graphics_8h.html#a2a9a37ae7efa2024d3e787d741a49d14">graphics.h</a>
</li>
<li>kinc_g1_set_texture_mipmap_filter()
: <a class="el" href="graphics1_2graphics_8h.html#af0de87693885389db9ca893ca26bbf2d">graphics.h</a>
</li>
<li>kinc_g1_width()
: <a class="el" href="graphics1_2graphics_8h.html#a7a11fea90f85b015df0f997e327e8853">graphics.h</a>
</li>
Expand Down
104 changes: 104 additions & 0 deletions api/graphics1_2graphics_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#enum-members">Enumerations</a> &#124;
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">graphics.h File Reference</div> </div>
Expand All @@ -80,6 +81,19 @@
</div>
<p><a href="graphics1_2graphics_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a>
Enumerations</h2></td></tr>
<tr class="memitem:a54386b5d2457db904ca7da9047e42178"><td class="memItemLeft" align="right" valign="top"><a id="a54386b5d2457db904ca7da9047e42178"></a>enum &#160;</td><td class="memItemRight" valign="bottom"><b>kinc_g1_texture_filter_t</b> { <b>KINC_G1_TEXTURE_FILTER_POINT</b>
, <b>KINC_G1_TEXTURE_FILTER_LINEAR</b>
, <b>KINC_G1_TEXTURE_FILTER_ANISOTROPIC</b>
}</td></tr>
<tr class="separator:a54386b5d2457db904ca7da9047e42178"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a265fad93e58b54bf6dea020e897fac87"><td class="memItemLeft" align="right" valign="top"><a id="a265fad93e58b54bf6dea020e897fac87"></a>enum &#160;</td><td class="memItemRight" valign="bottom"><b>kinc_g1_mipmap_filter_t</b> { <b>KINC_G1_MIPMAP_FILTER_NONE</b>
, <b>KINC_G1_MIPMAP_FILTER_POINT</b>
, <b>KINC_G1_MIPMAP_FILTER_LINEAR</b>
}</td></tr>
<tr class="separator:a265fad93e58b54bf6dea020e897fac87"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a776344976c2efa0c19385bf3cbb4a634"><td class="memItemLeft" align="right" valign="top">KINC_FUNC void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="graphics1_2graphics_8h.html#a776344976c2efa0c19385bf3cbb4a634">kinc_g1_init</a> (int width, int height)</td></tr>
Expand All @@ -100,6 +114,15 @@
<tr class="memitem:a757377f48085a09fb0209cd23608d81d"><td class="memItemLeft" align="right" valign="top">KINC_FUNC int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="graphics1_2graphics_8h.html#a757377f48085a09fb0209cd23608d81d">kinc_g1_height</a> (void)</td></tr>
<tr class="memdesc:a757377f48085a09fb0209cd23608d81d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the height used by G1. <a href="graphics1_2graphics_8h.html#a757377f48085a09fb0209cd23608d81d">More...</a><br /></td></tr>
<tr class="separator:a757377f48085a09fb0209cd23608d81d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4457dc98910b7334cb543ba6310444df"><td class="memItemLeft" align="right" valign="top">KINC_FUNC void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="graphics1_2graphics_8h.html#a4457dc98910b7334cb543ba6310444df">kinc_g1_set_texture_magnification_filter</a> (kinc_g1_texture_filter_t filter)</td></tr>
<tr class="memdesc:a4457dc98910b7334cb543ba6310444df"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the texture-sampling-mode for upscaled textures. <a href="graphics1_2graphics_8h.html#a4457dc98910b7334cb543ba6310444df">More...</a><br /></td></tr>
<tr class="separator:a4457dc98910b7334cb543ba6310444df"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2a9a37ae7efa2024d3e787d741a49d14"><td class="memItemLeft" align="right" valign="top">KINC_FUNC void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="graphics1_2graphics_8h.html#a2a9a37ae7efa2024d3e787d741a49d14">kinc_g1_set_texture_minification_filter</a> (kinc_g1_texture_filter_t filter)</td></tr>
<tr class="memdesc:a2a9a37ae7efa2024d3e787d741a49d14"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the texture-sampling-mode for downscaled textures. <a href="graphics1_2graphics_8h.html#a2a9a37ae7efa2024d3e787d741a49d14">More...</a><br /></td></tr>
<tr class="separator:a2a9a37ae7efa2024d3e787d741a49d14"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af0de87693885389db9ca893ca26bbf2d"><td class="memItemLeft" align="right" valign="top">KINC_FUNC void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="graphics1_2graphics_8h.html#af0de87693885389db9ca893ca26bbf2d">kinc_g1_set_texture_mipmap_filter</a> (kinc_g1_mipmap_filter_t filter)</td></tr>
<tr class="memdesc:af0de87693885389db9ca893ca26bbf2d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the mipmap-sampling-mode which defines whether mipmaps are used at all and if so whether the two neighbouring mipmaps are linearly interpolated. <a href="graphics1_2graphics_8h.html#af0de87693885389db9ca893ca26bbf2d">More...</a><br /></td></tr>
<tr class="separator:af0de87693885389db9ca893ca26bbf2d"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Supports a very basic pixel-setting API. </p>
Expand Down Expand Up @@ -258,6 +281,87 @@ <h2 class="memtitle"><span class="permalink"><a href="#ac359fcfbad45194c32e23bfe
</dd>
</dl>

</div>
</div>
<a id="a4457dc98910b7334cb543ba6310444df"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4457dc98910b7334cb543ba6310444df">&#9670;&nbsp;</a></span>kinc_g1_set_texture_magnification_filter()</h2>

<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">KINC_FUNC void kinc_g1_set_texture_magnification_filter </td>
<td>(</td>
<td class="paramtype">kinc_g1_texture_filter_t&#160;</td>
<td class="paramname"><em>filter</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">

<p>Set the texture-sampling-mode for upscaled textures. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">unit</td><td>The texture-unit to set the texture-sampling-mode for</td></tr>
<tr><td class="paramname">filter</td><td>The mode to set</td></tr>
</table>
</dd>
</dl>

</div>
</div>
<a id="a2a9a37ae7efa2024d3e787d741a49d14"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a2a9a37ae7efa2024d3e787d741a49d14">&#9670;&nbsp;</a></span>kinc_g1_set_texture_minification_filter()</h2>

<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">KINC_FUNC void kinc_g1_set_texture_minification_filter </td>
<td>(</td>
<td class="paramtype">kinc_g1_texture_filter_t&#160;</td>
<td class="paramname"><em>filter</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">

<p>Set the texture-sampling-mode for downscaled textures. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">unit</td><td>The texture-unit to set the texture-sampling-mode for</td></tr>
<tr><td class="paramname">filter</td><td>The mode to set</td></tr>
</table>
</dd>
</dl>

</div>
</div>
<a id="af0de87693885389db9ca893ca26bbf2d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af0de87693885389db9ca893ca26bbf2d">&#9670;&nbsp;</a></span>kinc_g1_set_texture_mipmap_filter()</h2>

<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">KINC_FUNC void kinc_g1_set_texture_mipmap_filter </td>
<td>(</td>
<td class="paramtype">kinc_g1_mipmap_filter_t&#160;</td>
<td class="paramname"><em>filter</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">

<p>Sets the mipmap-sampling-mode which defines whether mipmaps are used at all and if so whether the two neighbouring mipmaps are linearly interpolated. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">unit</td><td>The texture-unit to set the mipmap-sampling-mode for</td></tr>
<tr><td class="paramname">filter</td><td>The mode to set</td></tr>
</table>
</dd>
</dl>

</div>
</div>
<a id="a7a11fea90f85b015df0f997e327e8853"></a>
Expand Down
Loading

0 comments on commit 853f76d

Please sign in to comment.