![]() |
Qt 6.x
The Qt SDK
|
#include <QtQuick3DRuntimeRender/private/qssgrendernode_p.h>
#include <QtQuick3DRuntimeRender/private/qssgrendercustommaterial_p.h>
#include <QtQuick3DRuntimeRender/private/qssgrenderlight_p.h>
#include <QtQuick3DUtils/private/qssgrenderbasetypes_p.h>
Go to the source code of this file.
Classes | |
struct | QSSGParticleSimple |
struct | QSSGParticleAnimated |
struct | QSSGTriangleParticle |
struct | QSSGLineParticle |
struct | QSSGParticleBuffer |
struct | QSSGRenderParticles |
Functions | |
Q_STATIC_ASSERT_X (sizeof(QSSGParticleSimple)==48, "size of QSSGParticleSimple must be 48") | |
Q_STATIC_ASSERT_X (sizeof(QSSGParticleAnimated)==64, "size of QSSGParticleAnimated must be 64") | |
Q_STATIC_ASSERT_X (sizeof(QSSGTriangleParticle)==64, "size of QSSGTriangleParticle must be 64") | |
Q_STATIC_ASSERT_X (sizeof(QSSGLineParticle)==64, "size of QSSGLineParticle must be 64") | |
Q_STATIC_ASSERT_X | ( | sizeof(QSSGLineParticle) | = =64 , |
"size of QSSGLineParticle must be 64" | |||
) |
Q_STATIC_ASSERT_X | ( | sizeof(QSSGParticleAnimated) | = =64 , |
"size of QSSGParticleAnimated must be 64" | |||
) |
Q_STATIC_ASSERT_X | ( | sizeof(QSSGParticleSimple) | = =48 , |
"size of QSSGParticleSimple must be 48" | |||
) |
Q_STATIC_ASSERT_X | ( | sizeof(QSSGTriangleParticle) | = =64 , |
"size of QSSGTriangleParticle must be 64" | |||
) |