Hi,
I saw in the instanced model sample, that stuff like this
#ifdef WINDOWS
output.Color = 1;
#else
output.Color = 0;
#endif
should actually work, but unfortunately, in our project it seems to not be the case.
I've searched the forums a bit, and stumpled over a thread where it says ...