Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
local vb = VertexBuffer()
add
add(...Vector) -> ()
local vb = VertexBuffer() vb:add(Vector.xy(0, 0), Vector.xy(1, 0), Vector.xy(1, 1))
reset
reset() -> ()
local vb = VertexBuffer() vb:reset()
Was this page helpful?