mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 05:23:00 +01:00
Updated docs.
This commit is contained in:
@@ -2271,12 +2271,12 @@ In graphics debugger view name will appear as: <div class="highlight-default"><d
|
||||
</dd></dl>
|
||||
|
||||
<dl class="function">
|
||||
<dt id="_CPPv2N4bgfx10setViewSeqE7uint8_tb">
|
||||
<span id="bgfx::setViewSeq__uint8_t.b"></span><span class="target" id="bgfxnamespacebgfx_1afa23fa7302046f7744bc1e27cca1c3b4"></span>void <code class="descclassname">bgfx::</code><code class="descname">setViewSeq</code><span class="sig-paren">(</span>uint8_t <em>_id</em>, bool <em>_enabled</em><span class="sig-paren">)</span><a class="headerlink" href="#_CPPv2N4bgfx10setViewSeqE7uint8_tb" title="Permalink to this definition">¶</a></dt>
|
||||
<dt id="_CPPv2N4bgfx11setViewModeE7uint8_tN8ViewMode4EnumE">
|
||||
<span id="bgfx::setViewMode__uint8_t.ViewMode::Enum"></span><span class="target" id="bgfxnamespacebgfx_1a0c3c0121f555d23c214e0f1991b927ab"></span>void <code class="descclassname">bgfx::</code><code class="descname">setViewMode</code><span class="sig-paren">(</span>uint8_t <em>_id</em>, ViewMode::Enum <em>_mode</em> = ViewMode::Default<span class="sig-paren">)</span><a class="headerlink" href="#_CPPv2N4bgfx11setViewModeE7uint8_tN8ViewMode4EnumE" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Set view into sequential mode. Draw calls will be sorted in the same order in which submit calls were called. </p>
|
||||
<p><dl class="docutils">
|
||||
<dt><strong>Attention</strong></dt>
|
||||
<dd>C99 equivalent is <code class="docutils literal"><span class="pre">bgfx_set_view_seq</span></code>. </dd>
|
||||
<dd>C99 equivalent is <code class="docutils literal"><span class="pre">bgfx_set_view_mode</span></code>. </dd>
|
||||
</dl>
|
||||
</p>
|
||||
</dd></dl>
|
||||
|
||||
@@ -891,6 +891,10 @@
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="bgfx.html#_CPPv2N4bgfx11setViewModeE7uint8_tN8ViewMode4EnumE">bgfx::setViewMode (C++ function)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="bgfx.html#_CPPv2N4bgfx11setViewNameE7uint8_tPKc">bgfx::setViewName (C++ function)</a>
|
||||
</dt>
|
||||
|
||||
@@ -907,10 +911,6 @@
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="bgfx.html#_CPPv2N4bgfx10setViewSeqE7uint8_tb">bgfx::setViewSeq (C++ function)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="bgfx.html#_CPPv2N4bgfx16setViewTransformE7uint8_tPKvPKv7uint8_tPKv">bgfx::setViewTransform (C++ function)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
BIN
objects.inv
BIN
objects.inv
Binary file not shown.
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user