![]() |
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 Types | |
| using | ContextType = quint16 |
| using | VersionType = QSSGRenderNodeVersionType |
| using | IndexType = quint32 |
Public Member Functions | |
| QSSGRenderStorageHandle ()=default | |
| QSSGRenderStorageHandle (ContextType ctx, VersionType version, IndexType index) | |
| bool | hasId () const |
| ContextType | context () const |
| VersionType | version () const |
| IndexType | index () const |
| quint64 | id () const |
Static Public Attributes | |
| static constexpr size_t | ContextBits = std::numeric_limits<ContextType>::digits |
| static constexpr size_t | VersionBits = std::numeric_limits<VersionType>::digits |
| static constexpr size_t | IndexBits = std::numeric_limits<IndexType>::digits |
Definition at line 52 of file qssgutils_p.h.
| using QSSGRenderStorageHandle< HandleType >::ContextType = quint16 |
Definition at line 55 of file qssgutils_p.h.
| using QSSGRenderStorageHandle< HandleType >::IndexType = quint32 |
Definition at line 57 of file qssgutils_p.h.
| using QSSGRenderStorageHandle< HandleType >::VersionType = QSSGRenderNodeVersionType |
Definition at line 56 of file qssgutils_p.h.
|
default |
|
inlineexplicit |
Definition at line 63 of file qssgutils_p.h.
Referenced by QSSGRenderStorageHandle< HandleType::Layer >::QSSGRenderStorageHandle().
|
inline |
Definition at line 71 of file qssgutils_p.h.
|
inline |
Definition at line 69 of file qssgutils_p.h.
|
inline |
Definition at line 75 of file qssgutils_p.h.
|
inline |
Definition at line 73 of file qssgutils_p.h.
|
inline |
Definition at line 72 of file qssgutils_p.h.
|
staticconstexpr |
Definition at line 58 of file qssgutils_p.h.
|
staticconstexpr |
Definition at line 60 of file qssgutils_p.h.
| quint64 QSSGRenderStorageHandle< HandleType >::m_ctx |
Definition at line 80 of file qssgutils_p.h.
| quint64 QSSGRenderStorageHandle< HandleType >::m_id = 0 |
Definition at line 84 of file qssgutils_p.h.
| quint64 QSSGRenderStorageHandle< HandleType >::m_index |
Definition at line 82 of file qssgutils_p.h.
| quint64 QSSGRenderStorageHandle< HandleType >::m_version |
Definition at line 81 of file qssgutils_p.h.
|
staticconstexpr |
Definition at line 59 of file qssgutils_p.h.