Updated docs.

This commit is contained in:
Branimir Karadžić
2016-01-14 20:02:33 -08:00
parent c99448de47
commit 0ed0920d4e
4 changed files with 4 additions and 2 deletions

View File

@@ -1337,7 +1337,7 @@ creating windows.</p>
<dl class="function">
<dt id="_CPPv2N4bgfx15setPlatformDataERK12PlatformData">
<span id="bgfx::setPlatformData__PlatformDataCR"></span><span class="target" id="project0namespacebgfx_1aab900e25dcd02d003071bdee6b9b1435"></span>void <code class="descclassname">bgfx::</code><code class="descname">setPlatformData</code><span class="sig-paren">(</span><em class="property">const</em> <a class="reference internal" href="#_CPPv2N4bgfx12PlatformDataE" title="bgfx::PlatformData">PlatformData</a> &amp;<em>_hooks</em><span class="sig-paren">)</span><a class="headerlink" href="#_CPPv2N4bgfx15setPlatformDataERK12PlatformData" title="Permalink to this definition"></a></dt>
<span id="bgfx::setPlatformData__PlatformDataCR"></span><span class="target" id="project0namespacebgfx_1a9f0a19eba5fb95835c7f53d5f2b129b3"></span>void <code class="descclassname">bgfx::</code><code class="descname">setPlatformData</code><span class="sig-paren">(</span><em class="property">const</em> <a class="reference internal" href="#_CPPv2N4bgfx12PlatformDataE" title="bgfx::PlatformData">PlatformData</a> &amp;<em>_data</em><span class="sig-paren">)</span><a class="headerlink" href="#_CPPv2N4bgfx15setPlatformDataERK12PlatformData" title="Permalink to this definition"></a></dt>
<dd><p>Set platform data. </p>
<p><dl class="docutils">
<dt><strong>Warning</strong></dt>

Binary file not shown.

View File

@@ -347,6 +347,7 @@ licensed under permissive BSD-2 clause open source license.</p>
<li><a class="reference external" href="https://github.com/james4k/go-bgfx">Go language API bindings</a></li>
<li><a class="reference external" href="https://github.com/enleeten/twilight-bgfx">Java language API bindings</a></li>
<li><a class="reference external" href="https://github.com/haskell-game/bgfx">Haskell language API bindings</a></li>
<li><a class="reference external" href="https://github.com/rhoot/bgfx-rs#bgfx-rs">Rust language API bindings</a></li>
</ul>
</div>
<div class="section" id="project-page">
@@ -649,6 +650,7 @@ and iOS improvements and bug fixes.</li>
handling.</li>
<li>Andrew Mac (<a class="reference external" href="https://github.com/andr3wmac">&#64;andr3wmac</a>) - 27-terrain.</li>
<li>Oliver Charles (<a class="reference external" href="https://github.com/ocharles">&#64;ocharles</a>) - Haskel language API bindings.</li>
<li>Johan Sköld (<a class="reference external" href="https://github.com/rhoot">&#64;rhoot</a>) - Rust language API bindings.</li>
</ul>
</div></blockquote>
</div>

File diff suppressed because one or more lines are too long