sorry it didn't work for you, but one other thing, iis (as far as i know) you have to put each buffer in it's own slot, even if two shaders use the same buffer, they should go into separate slots, so when you bind your pixel shaders buffer, you should try changing the '1' to a '2'
also, can you show the structure of your constant buffers?
Show differencesHistory of post edits
#1iedoc
Posted 30 January 2012 - 01:01 AM
sorry it didn't work for you, but one other thing, iis (as far as i know) you have to put each buffer in it's own slot, even if two shaders use the same buffer, they should go into separate slots, so when you bind your pixel shaders buffer, you should try changing the '1' to a '2'