mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
Updated docs.
This commit is contained in:
14
bgfx.html
14
bgfx.html
@@ -323,6 +323,12 @@
|
||||
<dd><p>Reset parameters. </p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="member">
|
||||
<dt id="_CPPv2N4bgfx10Resolution14numBackBuffersE">
|
||||
<span id="bgfx::Resolution::numBackBuffers__uint8_t"></span><span class="target" id="structbgfx_1_1_resolution_1a12a5dd8b75d88438a2d0b75ad90cef97"></span>uint8_t <code class="descname">numBackBuffers</code><a class="headerlink" href="#_CPPv2N4bgfx10Resolution14numBackBuffersE" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Number of back buffers. </p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="member">
|
||||
<dt id="_CPPv2N4bgfx10Resolution15maxFrameLatencyE">
|
||||
<span id="bgfx::Resolution::maxFrameLatency__uint8_t"></span><span class="target" id="structbgfx_1_1_resolution_1a3e7f134dc8917547a41a83946311e4fe"></span>uint8_t <code class="descname">maxFrameLatency</code><a class="headerlink" href="#_CPPv2N4bgfx10Resolution15maxFrameLatencyE" title="Permalink to this definition">¶</a></dt>
|
||||
@@ -6700,6 +6706,12 @@ otherwise prefer <cite>bgfx::setViewScissor</cite>.</p>
|
||||
<dd><p>Cubemap side or depth layer/slice. </p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="member">
|
||||
<dt id="_CPPv2N4bgfx10Attachment7resolveE">
|
||||
<span id="bgfx::Attachment::resolve__uint8_t"></span><span class="target" id="structbgfx_1_1_attachment_1ac84f3fa991b954245f5bf6e6efa2a364"></span>uint8_t <code class="descname">resolve</code><a class="headerlink" href="#_CPPv2N4bgfx10Attachment7resolveE" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Resolve flags. See: <code class="docutils literal"><span class="pre">BGFX_RESOLVE_*</span></code> </p>
|
||||
</dd></dl>
|
||||
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
@@ -6715,7 +6727,7 @@ otherwise prefer <cite>bgfx::setViewScissor</cite>.</p>
|
||||
<dt><strong>Parameters</strong></dt>
|
||||
<dd><ul class="breatheparameterlist first last simple">
|
||||
<li><code class="docutils literal"><span class="pre">_num</span></code>: Number of texture attachments. </li>
|
||||
<li><code class="docutils literal"><span class="pre">_attachment</span></code>: <a class="reference internal" href="#structbgfx_1_1_attachment"><span>Attachment</span></a> texture info. See: <code class="docutils literal"><a class="reference internal" href="#structbgfx_1_1_attachment"><span><span class="pre">Attachment</span></span></a></code>. </li>
|
||||
<li><code class="docutils literal"><span class="pre">_attachment</span></code>: <a class="reference internal" href="#structbgfx_1_1_attachment"><span>Attachment</span></a> texture info. See: <code class="docutils literal"><a class="reference internal" href="#structbgfx_1_1_attachment"><span><span class="pre">bgfx::Attachment</span></span></a></code>. </li>
|
||||
<li><code class="docutils literal"><span class="pre">_destroyTextures</span></code>: If true, textures will be destroyed when frame buffer is destroyed.</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
@@ -201,6 +201,10 @@
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="bgfx.html#_CPPv2N4bgfx10Attachment7resolveE">bgfx::Attachment::resolve (C++ member)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="bgfx.html#_CPPv2N4bgfx6AttribE">bgfx::Attrib (C++ class)</a>
|
||||
</dt>
|
||||
|
||||
@@ -1001,6 +1005,10 @@
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="bgfx.html#_CPPv2N4bgfx10Resolution14numBackBuffersE">bgfx::Resolution::numBackBuffers (C++ member)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="bgfx.html#_CPPv2N4bgfx10Resolution5resetE">bgfx::Resolution::reset (C++ member)</a>
|
||||
</dt>
|
||||
|
||||
@@ -1228,12 +1236,12 @@
|
||||
<dt><a href="bgfx.html#_CPPv2N4bgfx5Stats14numVertexDeclsE">bgfx::Stats::numVertexDecls (C++ member)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="bgfx.html#_CPPv2N4bgfx5Stats8numViewsE">bgfx::Stats::numViews (C++ member)</a>
|
||||
</dt>
|
||||
|
||||
</dl></td>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="bgfx.html#_CPPv2N4bgfx5Stats12rtMemoryUsedE">bgfx::Stats::rtMemoryUsed (C++ member)</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