|
@@ -419,7 +419,7 @@ caching OpenGL binary shaders, and video capture.</p>
|
|
|
<h2><a class="reference external" href="https://github.com/bkaradzic/bgfx/blob/master/examples/17-drawstress">17-drawstress</a><a class="headerlink" href="#drawstress" title="Permalink to this headline">¶</a></h2>
|
|
<h2><a class="reference external" href="https://github.com/bkaradzic/bgfx/blob/master/examples/17-drawstress">17-drawstress</a><a class="headerlink" href="#drawstress" title="Permalink to this headline">¶</a></h2>
|
|
|
<div class="section" id="hz">
|
|
<div class="section" id="hz">
|
|
|
<h3>60Hz<a class="headerlink" href="#hz" title="Permalink to this headline">¶</a></h3>
|
|
<h3>60Hz<a class="headerlink" href="#hz" title="Permalink to this headline">¶</a></h3>
|
|
|
-<p>Draw stress is CPU stress test to show what is the maximimum number of
|
|
|
|
|
|
|
+<p>Draw stress is CPU stress test to show what is the maximum number of
|
|
|
draw calls while maintaining 60Hz frame rate. bgfx currently has default
|
|
draw calls while maintaining 60Hz frame rate. bgfx currently has default
|
|
|
limit of 64K draw calls per frame. You can increase this limit by
|
|
limit of 64K draw calls per frame. You can increase this limit by
|
|
|
changing <code class="docutils literal notranslate"><span class="pre">BGFX_CONFIG_MAX_DRAW_CALLS</span></code>.</p>
|
|
changing <code class="docutils literal notranslate"><span class="pre">BGFX_CONFIG_MAX_DRAW_CALLS</span></code>.</p>
|
|
@@ -888,7 +888,7 @@ changing <code class="docutils literal notranslate"><span class="pre">BGFX_CONFI
|
|
|
<div class="section" id="hz-test-for-browsers">
|
|
<div class="section" id="hz-test-for-browsers">
|
|
|
<h3>30Hz (test for browsers)<a class="headerlink" href="#hz-test-for-browsers" title="Permalink to this headline">¶</a></h3>
|
|
<h3>30Hz (test for browsers)<a class="headerlink" href="#hz-test-for-browsers" title="Permalink to this headline">¶</a></h3>
|
|
|
<p>By default browsers are using vsync, and don’t have option to turn it
|
|
<p>By default browsers are using vsync, and don’t have option to turn it
|
|
|
-off programatically.</p>
|
|
|
|
|
|
|
+off programmatically.</p>
|
|
|
<table class="docutils align-default">
|
|
<table class="docutils align-default">
|
|
|
<colgroup>
|
|
<colgroup>
|
|
|
<col style="width: 19%" />
|
|
<col style="width: 19%" />
|