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
ImageMaterialData Class Reference
+ Collaboration diagram for ImageMaterialData:

Public Member Functions

 ImageMaterialData ()
 
 ~ImageMaterialData ()
 

Public Attributes

QSGTexturetexture
 
QSGTexturecolorTable
 
float sizeTable [UNIFORM_ARRAY_SIZE]
 
float opacityTable [UNIFORM_ARRAY_SIZE]
 
qreal dpr
 
qreal timestamp
 
qreal entry
 
QSizeF animSheetSize
 

Detailed Description

Definition at line 31 of file qquickimageparticle.cpp.

Constructor & Destructor Documentation

◆ ImageMaterialData()

ImageMaterialData::ImageMaterialData ( )
inline

Definition at line 34 of file qquickimageparticle.cpp.

◆ ~ImageMaterialData()

ImageMaterialData::~ImageMaterialData ( )
inline

Definition at line 38 of file qquickimageparticle.cpp.

References colorTable, and texture.

Member Data Documentation

◆ animSheetSize

QSizeF ImageMaterialData::animSheetSize

Definition at line 51 of file qquickimageparticle.cpp.

◆ colorTable

QSGTexture* ImageMaterialData::colorTable

Definition at line 44 of file qquickimageparticle.cpp.

Referenced by ~ImageMaterialData().

◆ dpr

qreal ImageMaterialData::dpr

Definition at line 48 of file qquickimageparticle.cpp.

◆ entry

qreal ImageMaterialData::entry

Definition at line 50 of file qquickimageparticle.cpp.

Referenced by QQuickImageParticle::setEntryEffect().

◆ opacityTable

float ImageMaterialData::opacityTable[UNIFORM_ARRAY_SIZE]

Definition at line 46 of file qquickimageparticle.cpp.

◆ sizeTable

float ImageMaterialData::sizeTable[UNIFORM_ARRAY_SIZE]

Definition at line 45 of file qquickimageparticle.cpp.

◆ texture

QSGTexture* ImageMaterialData::texture

Definition at line 43 of file qquickimageparticle.cpp.

Referenced by ~ImageMaterialData().

◆ timestamp

qreal ImageMaterialData::timestamp

Definition at line 49 of file qquickimageparticle.cpp.

Referenced by QQuickImageParticle::prepareNextFrame().


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