format 1.20 Documentation
Back | Index
enum format.hxsl.CodeValueDecl
import format.hxsl.Data
- CVar(v : Variable,?swiz : Array<Comp>)
- CUnop(op : CodeUnop,e : CodeValue)
- CTex(v : Variable,acc : CodeValue,flags : Array<TexFlag>)
- CSwiz(e : CodeValue,swiz : Array<Comp>)
- COp(op : CodeOp,e1 : CodeValue,e2 : CodeValue)
- CBlock(exprs : Array<{ v : CodeValue, e : CodeValue}>,v : CodeValue)
- CAccess(v : Variable,idx : CodeValue)