GrBytecode.Variable
class GrBytecode
package
struct Variable {
}
Members
- fvalue
GrFloat fvalue;
- index
uint index;
- ivalue
GrInt ivalue;
- svalue
GrString svalue;
- typeMask
uint typeMask;
grimoire assembly bytecode GrBytecode
constructorsfunctionsstructsvariables
Reference to a global variable.