Packageflare.flsl
Classpublic class FLSLRegister
InheritanceFLSLRegister Inheritance FLSL Inheritance Object



Public Properties
 PropertyDefined By
  addr : Dictionary
FLSLRegister
  memory : Vector.<int>
FLSLRegister
 Inheritedname : String
The name of the flsl object.
FLSL
 Inheritedsemantic : String
The semantic which the object is associated.
FLSL
Public Methods
 MethodDefined By
  
FLSLRegister
  
alloc(v:uint):int
FLSLRegister
  
dispose():void
FLSLRegister
  
free(v:uint):void
FLSLRegister
  
reset(name:String, maxRegisters:int = 0):void
FLSLRegister
Property Detail
addrproperty
public var addr:Dictionary

memoryproperty 
public var memory:Vector.<int>

Constructor Detail
FLSLRegister()Constructor
public function FLSLRegister()



Method Detail
alloc()method
public function alloc(v:uint):int

Parameters

v:uint

Returns
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)