Graphite  Version 3
An experimental 3D geometry processing program
lua_grob_commands.h File Reference

Base class for Commands related with a LuaGrob object. More...

Go to the source code of this file.

Classes

class  OGF::LuaGrobCommands
 Base class for Commands related with a LuaGrob object. More...
 
class  OGF::LuaFile
 Just a place-holder to define a type for LUA file names. More...
 
class  OGF::LuaGrobProgramCommands
 Commands to load and save the LUA program in a LuaGrob. More...
 
class  OGF::LuaGrobShaderCommands
 Commands to load and save the LUA shader program in a LuaGrob. More...
 

Namespaces

 OGF
 Global Graphite namespace.
 

Typedefs

typedef Name< LuaFile > OGF::LuaFileName
 The name of an existing LUA (.lua) file.
 
typedef Name< LuaFile, true > OGF::NewLuaFileName
 The name of an existing or not LUA (.lua) file.
 

Detailed Description

Base class for Commands related with a LuaGrob object.

Definition in file lua_grob_commands.h.