glm::vec< L, float, glm::qualifier::highp > vec
Definition commandLine.h:214
Interop for booleans Lua.
Definition LuaBool.h:11
void read(lua_State *lua, int index)
Read the bool from stack index index.
Definition LuaBool.h:27
bool operator==(const bool &rhs)
Definition LuaBool.h:83
bool bit
Definition LuaBool.h:85
bool readField(lua_State *lua, const char *name)
Read the bool from a table field.
Definition LuaBool.h:40
LuaBool()
Construct a false.
Definition LuaBool.h:16
bool readGlobal(lua_State *lua, const char *name)
Read the bool from a global table field.
Definition LuaBool.h:65