GL
Vertex attributes in order
Optional
options: { divisor?: number; index?: number; offset?: number; stride?: number }Options to apply to all attributes
Optional
divisor?: numberDivisor to apply to all attributes. Individually set divisor will override this!
Optional
index?: numberIndex to start counting attributes from. Individually set index will override this!
Optional
offset?: numberOffset to start from. Individually set offset will override this!
Optional
stride?: numberStride to apply to all attributes. Individually set stride will override this!
Set vertex attributes for the currently bound buffer.