Attribute Class
(Qt3DRender::Render::Attribute)Inherits: | Qt3DRender::Render::BackendNode |
Public Functions
Attribute() | |
~Attribute() | |
QAttribute::AttributeType | attributeType() const |
Qt3DCore::QNodeId | bufferId() const |
uint | byteOffset() const |
uint | byteStride() const |
void | cleanup() |
uint | count() const |
uint | divisor() const |
bool | isDirty() const |
QString | name() const |
int | nameId() const |
void | sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) |
void | unsetDirty() |
QAttribute::VertexBaseType | vertexBaseType() const |
uint | vertexSize() const |
- 3 public functions inherited from Qt3DRender::Render::BackendNode
- 4 public functions inherited from Qt3DCore::QBackendNode
Additional Inherited Members
- 1 protected function inherited from Qt3DRender::Render::BackendNode
- 2 protected functions inherited from Qt3DCore::QBackendNode
Member Function Documentation
Attribute::Attribute()
Default constructs an instance of Attribute.
Attribute::~Attribute()
Destroys the instance of Attribute.