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
qssgrenderbasetypes.h File Reference

(cbc360e9571535591a95b06b9929cc4a9b39a15f)

#include <QtCore/qtypes.h>
#include <QtCore/qlist.h>
Include dependency graph for qssgrenderbasetypes.h:

Go to the source code of this file.

Typedefs

using QSSGNodeIdList = QList<QSSGNodeId>

Enumerations

enum class  QSSGNodeId : quint64 { Invalid = 0 }
enum class  QSSGResourceId : quint64 { Invalid = 0 }
enum class  QSSGCameraId : quint64 { Invalid = 0 }
enum class  QSSGExtensionId : quint64 { Invalid = 0 }

Typedef Documentation

◆ QSSGNodeIdList

Definition at line 27 of file qssgrenderbasetypes.h.

Enumeration Type Documentation

◆ QSSGCameraId

enum class QSSGCameraId : quint64
strong
Enumerator
Invalid 

Definition at line 24 of file qssgrenderbasetypes.h.

◆ QSSGExtensionId

enum class QSSGExtensionId : quint64
strong
Enumerator
Invalid 

Definition at line 25 of file qssgrenderbasetypes.h.

◆ QSSGNodeId

enum class QSSGNodeId : quint64
strong
Enumerator
Invalid 

Definition at line 22 of file qssgrenderbasetypes.h.

◆ QSSGResourceId

enum class QSSGResourceId : quint64
strong
Enumerator
Invalid 

Definition at line 23 of file qssgrenderbasetypes.h.