![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgutils_p.h>
Public Member Functions | |
| QSSGRenderStorageHandle ()=default | |
| QSSGRenderStorageHandle (quint32 ctx, quint32 version, quint32 index) | |
| bool | hasId () const |
| quint32 | context () const |
| quint32 | version () const |
| quint32 | index () const |
| quint64 | id () const |
Definition at line 48 of file qssgutils_p.h.
|
default |
|
inlineexplicit |
Definition at line 52 of file qssgutils_p.h.
Referenced by QSSGRenderStorageHandle< HandleType::Layer >::QSSGRenderStorageHandle().
|
inline |
Definition at line 60 of file qssgutils_p.h.
|
inline |
Definition at line 58 of file qssgutils_p.h.
|
inline |
Definition at line 64 of file qssgutils_p.h.
|
inline |
Definition at line 62 of file qssgutils_p.h.
|
inline |
Definition at line 61 of file qssgutils_p.h.
| quint64 QSSGRenderStorageHandle< HandleType >::m_ctx |
Definition at line 69 of file qssgutils_p.h.
| quint64 QSSGRenderStorageHandle< HandleType >::m_id = 0 |
Definition at line 73 of file qssgutils_p.h.
| quint64 QSSGRenderStorageHandle< HandleType >::m_index |
Definition at line 71 of file qssgutils_p.h.
| quint64 QSSGRenderStorageHandle< HandleType >::m_version |
Definition at line 70 of file qssgutils_p.h.