AGVertexData

data class AGVertexData(var layout: VertexLayout = VertexLayout(), val buffer: AGBuffer = AGBuffer(), val baseOffset: Int = 0)

Constructors

Link copied to clipboard
constructor(vararg attributes: Attribute, layoutSize: Int? = null, buffer: AGBuffer = AGBuffer(), baseOffset: Int = 0)
constructor(layout: VertexLayout = VertexLayout(), buffer: AGBuffer = AGBuffer(), baseOffset: Int = 0)

Properties

Link copied to clipboard
val baseOffset: Int = 0
Link copied to clipboard
Link copied to clipboard