Flutter
vector_math_geometry
VertexAttrib
VertexAttrib constructor
VertexAttrib
VertexAttrib class
Constructors
VertexAttrib
copy
Properties
elementSize
format
name
offset
size
stride
type
hashCode
runtimeType
Methods
getView
toJson
noSuchMethod
toString
Operators
operator ==
VertexAttrib constructor
VertexAttrib
(
String
name
,
int
size
,
String
type
)
Implementation
VertexAttrib(this.name, this.size, this.type) : stride = 0, offset = 0;