![]() |
Qt 6.x
The Qt SDK
|
#include <qssgmesh_p.h>
Collaboration diagram for QSSGMesh::MeshInternal::MeshOffsetTracker:Public Member Functions | |
| MeshOffsetTracker (int offset) | |
| int | offset () |
| quint32 | alignedAdvance (int advanceAmount) |
| void | advance (int advanceAmount) |
Public Attributes | |
| quint32 | startOffset = 0 |
| quint32 | byteCounter = 0 |
Definition at line 295 of file qssgmesh_p.h.
|
inline |
Definition at line 299 of file qssgmesh_p.h.
|
inline |
Definition at line 313 of file qssgmesh_p.h.
Referenced by QSSGMesh::MeshInternal::readMeshData(), and QSSGMesh::MeshInternal::writeMeshData().
Here is the caller graph for this function:
|
inline |
Definition at line 306 of file qssgmesh_p.h.
Referenced by QSSGMesh::MeshInternal::readMeshData(), and QSSGMesh::MeshInternal::writeMeshData().
Here is the caller graph for this function:
|
inline |
Definition at line 302 of file qssgmesh_p.h.
Referenced by QSSGMesh::MeshInternal::readMeshData(), and QSSGMesh::MeshInternal::writeMeshData().
Here is the caller graph for this function:| quint32 QSSGMesh::MeshInternal::MeshOffsetTracker::byteCounter = 0 |
Definition at line 297 of file qssgmesh_p.h.
| quint32 QSSGMesh::MeshInternal::MeshOffsetTracker::startOffset = 0 |
Definition at line 296 of file qssgmesh_p.h.