Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
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?