Attribute Class
(Qt3DRender::Render::Attribute)Inherits: | Qt3DCore::QBackendNode |
Public Functions
Attribute() | |
~Attribute() | |
QAbstractAttribute::AttributeType | attributeType() const |
Qt3DCore::QNodeId | bufferId() const |
uint | byteOffset() const |
uint | byteStride() const |
void | cleanup() |
uint | count() const |
uint | dataSize() const |
QAbstractAttribute::DataType | dataType() const |
uint | divisor() const |
bool | isDirty() const |
QString | name() const |
void | sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) |
void | unsetDirty() |
void | updateFromPeer(Qt3DCore::QNode *peer) |
- 5 public functions inherited from Qt3DCore::QBackendNode
Additional Inherited Members
- 3 protected functions inherited from Qt3DCore::QBackendNode
Member Function Documentation
Attribute::Attribute()
Default constructs an instance of Attribute.
Attribute::~Attribute()
Destroys the instance of Attribute.