format 1.20 Documentation
Back | Index
enum format.hxsl.ParsedValueDecl
import format.hxsl.Data
- PVector(el : Array<ParsedValue>)
- PVar(v : String)
- PUnop(op : CodeUnop,e : ParsedValue)
- PTex(v : String,acc : ParsedValue,flags : Array<TexFlag>)
- PSwiz(e : ParsedValue,swiz : Array<Comp>)
- PRow(e : ParsedValue,index : Int)
- PReturn(e : ParsedValue)
- POp(op : CodeOp,e1 : ParsedValue,e2 : ParsedValue)
- PLocal(v : ParsedVar)
- PIf(cond : ParsedValue,e1 : ParsedValue,e2 : ParsedValue)
- PConst(v : String)
- PCall(n : String,vl : Array<ParsedValue>)
- PBlock(el : Array<ParsedExpr>)
- PAccess(v : String,e : ParsedValue)