Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qssgrenderhelpers.h File Reference

(65983194d764373467ea7d94af8e3b8c52f6724a)

#include <QtQuick3DRuntimeRender/qtquick3druntimerenderglobal.h>
#include <ssg/qssgrenderbasetypes.h>
#include <QtCore/qsize.h>
#include <QtGui/qmatrix4x4.h>
+ Include dependency graph for qssgrenderhelpers.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSSGModelHelpers
 \inmodule QtQuick3D More...
 
class  QSSGCameraHelpers
 \inmodule QtQuick3D More...
 
class  QSSGRenderHelpers
 \inmodule QtQuick3D More...
 
class  QSSGRenderExtensionHelpers
 \inmodule QtQuick3D More...
 

Enumerations

enum class  QSSGPrepContextId : quint64 { Invalid }
 
enum class  QSSGPrepResultId : quint64 { Invalid }
 
enum class  QSSGRenderablesId : quint64 { Invalid }
 
enum class  QSSGRenderablesFilter : quint32 { Opaque = 0x1 , Transparent = 0x2 , All = Opaque | Transparent }
 

Enumeration Type Documentation

◆ QSSGPrepContextId

enum class QSSGPrepContextId : quint64
strong
Enumerator
Invalid 

Definition at line 38 of file qssgrenderhelpers.h.

◆ QSSGPrepResultId

enum class QSSGPrepResultId : quint64
strong
Enumerator
Invalid 

Definition at line 39 of file qssgrenderhelpers.h.

◆ QSSGRenderablesFilter

enum class QSSGRenderablesFilter : quint32
strong
Enumerator
Opaque 
Transparent 
All 

Definition at line 43 of file qssgrenderhelpers.h.

◆ QSSGRenderablesId

enum class QSSGRenderablesId : quint64
strong
Enumerator
Invalid 

Definition at line 40 of file qssgrenderhelpers.h.