-
Constructors in io.qt.qt3d.render with parameters of type QBuffer
Constructor |
Description |
QAttribute(QBuffer buf,
QAttribute.VertexBaseType vertexBaseType,
int vertexSize,
int count) |
|
QAttribute(QBuffer buf,
QAttribute.VertexBaseType vertexBaseType,
int vertexSize,
int count,
int offset) |
|
QAttribute(QBuffer buf,
QAttribute.VertexBaseType vertexBaseType,
int vertexSize,
int count,
int offset,
int stride) |
|
QAttribute(QBuffer buf,
QAttribute.VertexBaseType vertexBaseType,
int vertexSize,
int count,
int offset,
int stride,
QNode parent) |
|
QAttribute(QBuffer buf,
String name,
QAttribute.VertexBaseType vertexBaseType,
int vertexSize,
int count) |
|
QAttribute(QBuffer buf,
String name,
QAttribute.VertexBaseType vertexBaseType,
int vertexSize,
int count,
int offset) |
|
QAttribute(QBuffer buf,
String name,
QAttribute.VertexBaseType vertexBaseType,
int vertexSize,
int count,
int offset,
int stride) |
|
QAttribute(QBuffer buf,
String name,
QAttribute.VertexBaseType vertexBaseType,
int vertexSize,
int count,
int offset,
int stride,
QNode parent) |
|