class Effect::CommandList
- Effect::CommandList
- Reference
- Object
Defined in:
effect.crConstructors
Instance Method Summary
- #commands : Array(Command)
- #commands=(commands : Array(Command))
-
#serialize : String
Sertialize the entire command list as a single string representation.
Constructor Detail
Instance Method Detail
def serialize : String
#
Sertialize the entire command list as a single string representation.
This is used for caching purposes.