![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrendermesh_p.h>
Classes | |
| struct | Lod |
Public Member Functions | |
| QSSGRenderSubset ()=default | |
| QSSGRenderSubset (const QSSGRenderSubset &inOther) | |
| QSSGRenderSubset & | operator= (const QSSGRenderSubset &inOther) |
| quint32 | lodCount (int lodLevel) const |
| quint32 | lodOffset (int lodLevel) const |
Public Attributes | |
| quint32 | count |
| quint32 | offset |
| QSSGBounds3 | bounds |
| QSSGMeshBVHNode::Handle | bvhRoot |
| struct { | |
| QSSGRhiBufferPtr vertexBuffer | |
| QSSGRhiBufferPtr indexBuffer | |
| QSSGRhiInputAssemblerState ia | |
| QRhiTexture * targetsTexture = nullptr | |
| } | rhi |
| QVector< Lod > | lods |
Definition at line 26 of file qssgrendermesh_p.h.
|
default |
|
inline |
Definition at line 47 of file qssgrendermesh_p.h.
References QSSGRenderSubset().
Referenced by QSSGRenderSubset().
|
inline |
Definition at line 69 of file qssgrendermesh_p.h.
|
inline |
Definition at line 80 of file qssgrendermesh_p.h.
|
inline |
Definition at line 56 of file qssgrendermesh_p.h.
| QSSGBounds3 QSSGRenderSubset::bounds |
Definition at line 30 of file qssgrendermesh_p.h.
| QSSGMeshBVHNode::Handle QSSGRenderSubset::bvhRoot |
Definition at line 31 of file qssgrendermesh_p.h.
| quint32 QSSGRenderSubset::count |
Definition at line 28 of file qssgrendermesh_p.h.
| QSSGRhiInputAssemblerState QSSGRenderSubset::ia |
Definition at line 35 of file qssgrendermesh_p.h.
| QSSGRhiBufferPtr QSSGRenderSubset::indexBuffer |
Definition at line 34 of file qssgrendermesh_p.h.
Definition at line 44 of file qssgrendermesh_p.h.
| quint32 QSSGRenderSubset::offset |
Definition at line 29 of file qssgrendermesh_p.h.
Referenced by testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().
| struct { ... } QSSGRenderSubset::rhi |
| QRhiTexture* QSSGRenderSubset::targetsTexture = nullptr |
Definition at line 36 of file qssgrendermesh_p.h.
| QSSGRhiBufferPtr QSSGRenderSubset::vertexBuffer |
Definition at line 33 of file qssgrendermesh_p.h.