Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquick3dgeometry.cpp File Reference

(33c90732ac8541c77cf7330b8d864e9302a22dc0)

#include "qquick3dgeometry_p.h"
#include "qquick3dscenemanager_p.h"
#include <QtQuick3DUtils/private/qssgutils_p.h>
Include dependency graph for qquick3dgeometry.cpp:

Go to the source code of this file.

Functions

static QSSGMesh::Mesh::DrawMode mapPrimitiveType (QQuick3DGeometry::PrimitiveType t)
static QSSGMesh::RuntimeMeshData::Attribute::Semantic mapSemantic (QQuick3DGeometry::Attribute::Semantic s)
static QSSGMesh::Mesh::ComponentType mapComponentType (QQuick3DGeometry::Attribute::ComponentType t)

Function Documentation

◆ mapComponentType()

Definition at line 880 of file qquick3dgeometry.cpp.

◆ mapPrimitiveType()

QSSGMesh::Mesh::DrawMode mapPrimitiveType ( QQuick3DGeometry::PrimitiveType t)
inlinestatic

Definition at line 824 of file qquick3dgeometry.cpp.

◆ mapSemantic()