Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 0a1223a3e4bb8a61fd0c6bd9fadbd0af > files > 197

qtcanvas3d5-doc-5.12.2-2.mga7.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtcanvas3d.qdoc -->
  <title>Qt Canvas 3D Logging | Qt Canvas 3D (deprecated) 5.12.2</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td >Qt 5.12</td><td ><a href="qtcanvas3d-index.html">Qt Canvas 3D (deprecated)</a></td><td >Qt Canvas 3D Logging</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right"><a href="qtcanvas3d-index.html">Qt 5.12.2 Reference Documentation</a></td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Qt Canvas 3D Logging</h1>
<span class="subtitle"></span>
<!-- $$$qtcanvas3d-logging.html-description -->
<div class="descr"> <a name="details"></a>
<p><b>Canvas3D module was deprecated in Qt 5.12.</b> Depracated modules are no longer maintained. They are provided to keep old source code working, but they can be removed in a future release. We strongly advise against using deprecated modules in new code or project.</p>
<p>Qt Canvas 3D makes use of Qt's categorized logging. The following categories are supported:</p>
<div class="table"><table class="generic">
 <thead><tr class="qt-style"><th >Category</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td ><code>qt.canvas3d.info.debug</code></td><td >Logs on high level information about the OpenGL driver.</td></tr>
<tr valign="top" class="even"><td ><code>qt.canvas3d.rendering.debug</code></td><td >Logs all the method calls in Qt Canvas 3D.</td></tr>
<tr valign="top" class="odd"><td ><code>qt.canvas3d.rendering.warning</code></td><td >Logs all warnings on from Qt Canvas 3D internal verifications that happen before a OpenGL method call is made to the actual graphics driver.</td></tr>
<tr valign="top" class="even"><td ><code>qt.canvas3d.glerrors.debug</code></td><td >Enables logging OpenGL driver level errors after each OpenGL command issued by the application. This entails calling synchronous <code>glGetError()</code> after each OpenGL call, which will cause a negative performance hit. Please use only when necessary to find root causes of rendering errors. Also note that the detected OpenGL errors are actually logged as warning messages instead of debug messages.</td></tr>
<tr valign="top" class="odd"><td ><code>qt.canvas3d.glerrors.warning</code></td><td >Logs OpenGL driver level errors when executing synchronous OpenGL commands issued by the application. If <code>qt.canvas3d.glerrors.debug</code> is also enabled, logs OpenGL errors after all OpenGL calls issued by the application.</td></tr>
</table></div>
</div>
<!-- @@@qtcanvas3d-logging.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2019 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br/>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br/>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>