Module LuaVAO


See also:

Functions

gl.GetVAO

Functions

gl.GetVAO()

Returns:

  1. nil or VAO the VAO ref on success, else nil

Usage:

  • local myVAO = gl.GetVAO()
    if myVAO == nil then Spring.Echo("Failed to get VAO") end