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
QSSGMesh::MeshInternal::MeshOffsetTracker Struct Reference

#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
 

Detailed Description

Definition at line 338 of file qssgmesh_p.h.

Constructor & Destructor Documentation

◆ MeshOffsetTracker()

QSSGMesh::MeshInternal::MeshOffsetTracker::MeshOffsetTracker ( int offset)
inline

Definition at line 342 of file qssgmesh_p.h.

Member Function Documentation

◆ advance()

void QSSGMesh::MeshInternal::MeshOffsetTracker::advance ( int advanceAmount)
inline

Definition at line 356 of file qssgmesh_p.h.

◆ alignedAdvance()

quint32 QSSGMesh::MeshInternal::MeshOffsetTracker::alignedAdvance ( int advanceAmount)
inline

Definition at line 349 of file qssgmesh_p.h.

◆ offset()

int QSSGMesh::MeshInternal::MeshOffsetTracker::offset ( )
inline

Definition at line 345 of file qssgmesh_p.h.

Member Data Documentation

◆ byteCounter

quint32 QSSGMesh::MeshInternal::MeshOffsetTracker::byteCounter = 0

Definition at line 340 of file qssgmesh_p.h.

◆ startOffset

quint32 QSSGMesh::MeshInternal::MeshOffsetTracker::startOffset = 0

Definition at line 339 of file qssgmesh_p.h.


The documentation for this struct was generated from the following file: