PIX : viewing DXGI_FORMAT_R32_TYPELESS texture array

Started by
1 comment, last by Adaline 12 years, 5 months ago
Hello

I would like to check the content of a DXGI_FORMAT_R32_TYPELESS texture array using PIX, but instead of displaying the content of each indexed texture, it shows the message "Surface cannot be shown"

Should I use another format so that PIX can display them ? If so which one please?

Thanks in advance rolleyes.gif

Nico

Advertisement
There's probably an easier way, but in the past I copy the TYPELESS to a R32_FLOAT and display that.
thx I tried to create my texture array with DXGI_FORMAT_R32_FLOAT and DXGI_FORMAT_D32_FLOAT (since these textures are depth buffers) but it failed sad.gif

This topic is closed to new replies.

Advertisement