Property | Defined By | ||
---|---|---|---|
addr : Dictionary | FLSLRegister | ||
memory : Vector.<int> | FLSLRegister | ||
![]() | name : String
The name of the flsl object. | FLSL | |
![]() | semantic : String
The semantic which the object is associated. | FLSL |
Method | Defined By | ||
---|---|---|---|
FLSLRegister | |||
alloc(v:uint):int | FLSLRegister | ||
dispose():void | FLSLRegister | ||
free(v:uint):void | FLSLRegister | ||
reset(name:String, maxRegisters:int = 0):void | FLSLRegister |
addr | property |
public var addr:Dictionary
memory | property |
public var memory:Vector.<int>
FLSLRegister | () | Constructor |
public function FLSLRegister()
alloc | () | method |
public function alloc(v:uint):int
Parameters
v:uint |
int |
dispose | () | method |
public function dispose():void
free | () | method |
public function free(v:uint):void
Parameters
v:uint |
reset | () | method |
public function reset(name:String, maxRegisters:int = 0):void
Parameters
name:String | |
maxRegisters:int (default = 0 )
|