Do subsequent cbuffer fills affect previous draw calls?!

Started by
0 comments, last by Nik02 12 years ago
Hello!

I have a situation where when I am debugging with PIX:

-- i am drawing 4 meshes, each with different cbuffer values that i'm mapping inbetween

-- when i only draw the first mesh, it looks correct and the values in the cbuffer in PIX look right

-- when i enable drawing all 4 meshes in the loop, and go to that FIRST mesh's draw call, the cbuffer values are wrong as if they are getting values from cbuffer fills that happen AFTER that first draw call in time

how is this possible? Do I have to do anything during rendering or initialization to keep this from happening?

Thanks
Advertisement
This is probably a PIX bug.

Niko Suni

This topic is closed to new replies.

Advertisement