Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquick3drenderstats.cpp File Reference

(4b6c4fdec0e38a08a763044527e24899beaecbf7)

#include "qquick3drenderstats_p.h"
#include <QtQuick3DRuntimeRender/private/qssgrendermesh_p.h>
#include <QtQuick/qquickwindow.h>
#include <QtQuick/qquickitem.h>
Include dependency graph for qquick3drenderstats.cpp:

Go to the source code of this file.

Functions

static const char * textureFormatStr (QRhiTexture::Format format)
static void printRenderPassDetails (QString *dst, const QSSGRhiContextStats::RenderPassInfo &rp)
static QByteArray nameForRenderMesh (const QSSGRenderMesh *mesh)

Function Documentation

◆ nameForRenderMesh()

QByteArray nameForRenderMesh ( const QSSGRenderMesh * mesh)
inlinestatic

Definition at line 408 of file qquick3drenderstats.cpp.

◆ printRenderPassDetails()

void printRenderPassDetails ( QString * dst,
const QSSGRhiContextStats::RenderPassInfo & rp )
inlinestatic

Definition at line 398 of file qquick3drenderstats.cpp.

◆ textureFormatStr()

const char * textureFormatStr ( QRhiTexture::Format format)
static

Definition at line 309 of file qquick3drenderstats.cpp.