Exception with overriden channel format with Substance 3D Materials SDK 9.4.3
When I change the channel output format with OutputInstance::overrideFormat(), the rendering fails with an assert when executing Renderer::run(); then the program stops with a Memory Access Violation.
The assert is:
```
Program: substance_sse2_blend.dll
File: C:\j\workspace\engine\framework-pip...\maindet...eimplc.c
Line: 537
Expression: cnIndex<thisObj->mCNRenders.mCNCount
```
It is very easy to reproduce because the tutorial 8 “peroutputformat” also produces this exception.
This problem occurs with Substance 3D Materials SDK 9.4.3 on Windows x64.
