November Happy Hour will be moved to Thursday December 5th.
Recently, I have created a TransformBase (following the blog post) and I was wondering - how the TransformOrder enum works?
It has the following values:
InputFilter = 0,TransformStart = 100, // 0x00000064Transform = 500, // 0x000001F4TransformEnd = 900, // 0x00000384OutputFilter = 1000, // 0x000003E8
...but none of these is documented.
Can someone explain what's the purpose of these in the context of the TransformBase?
Recently, I have created a TransformBase (following the blog post) and I was wondering - how the TransformOrder enum works?
It has the following values:
...but none of these is documented.
Can someone explain what's the purpose of these in the context of the TransformBase?