Class "GLSLValue"⚓︎
Helper Classes to store GL data.
Those meta classes are: - GLFloatMT - GLVec2MT - GLVec3MT - GLVec4MT - GLMat2MT - GLMat3MT - GLMat4MT
Functions⚓︎
__index ()⚓︎
float __index ( )⚓︎
meta function to access data in a given table key.
__newindex ()⚓︎
void __newindex ( float value )⚓︎
meta function to write data in a given table key.