DragonJoker/ShaderWriter

Finalise support for post/pre increment/decrement operators.

DragonJoker opened this issue · 0 comments

Currently, if the resulting expression is used in another one (such as an assign, or loop increment), everything"s fine.
But if you want to have it on its own line, then you're f...ed, no statement is written.