Updated docs.

This commit is contained in:
Branimir Karadžić
2016-02-12 21:46:25 -08:00
parent a0fa0f4ea8
commit 2ca686bb0c
3 changed files with 5 additions and 3 deletions

View File

@@ -1436,11 +1436,13 @@ creating windows.</p>
<dl class="function">
<dt id="_CPPv2N4bgfx16overrideInternalE13TextureHandle9uintptr_t">
<span id="bgfx::overrideInternal__TextureHandle.uintptr_t"></span><span class="target" id="project0namespacebgfx_1a2846da0a74fcf260460abf8eb3a2cc30"></span>void <code class="descclassname">bgfx::</code><code class="descname">overrideInternal</code><span class="sig-paren">(</span>TextureHandle <em>_handle</em>, uintptr_t <em>_ptr</em><span class="sig-paren">)</span><a class="headerlink" href="#_CPPv2N4bgfx16overrideInternalE13TextureHandle9uintptr_t" title="Permalink to this definition"></a></dt>
<span id="bgfx::overrideInternal__TextureHandle.uintptr_t"></span><span class="target" id="project0namespacebgfx_1a92db2a02970fc179f13be201098dd589"></span>uintptr_t <code class="descclassname">bgfx::</code><code class="descname">overrideInternal</code><span class="sig-paren">(</span>TextureHandle <em>_handle</em>, uintptr_t <em>_ptr</em><span class="sig-paren">)</span><a class="headerlink" href="#_CPPv2N4bgfx16overrideInternalE13TextureHandle9uintptr_t" title="Permalink to this definition"></a></dt>
<dd><p>Override internal texture with externally created texture. Previously created internal texture will released. </p>
<p><dl class="docutils">
<dt><strong>Attention</strong></dt>
<dd>It&#8217;s expected you understand some bgfx internals before you use this call.</dd>
<dt><strong>Return</strong></dt>
<dd>Native API pointer to texture. If result is 0, texture is not created yet from the main thread.</dd>
<dt><strong>Warning</strong></dt>
<dd>Must be called only on render thread.</dd>
<dt><strong>Attention</strong></dt>
@@ -1465,7 +1467,7 @@ creating windows.</p>
<dt><strong>Attention</strong></dt>
<dd>It&#8217;s expected you understand some bgfx internals before you use this call.</dd>
<dt><strong>Return</strong></dt>
<dd>Native API pointer to texture.</dd>
<dd>Native API pointer to texture. If result is 0, texture is not created yet from the main thread.</dd>
<dt><strong>Warning</strong></dt>
<dd>Must be called only on render thread.</dd>
<dt><strong>Attention</strong></dt>

Binary file not shown.

File diff suppressed because one or more lines are too long