Hello.
I've tried to use RESZ capability but unfortunately without any success. I did exaclty like in http://developer.amd.com/gpu_assets/Advanced%20DX9%20Capabilities%20for%20ATI%20Radeon%20Cards_v2.pdf paper. Does anyone succeeded using this? I've created multisampled D24X8 depth buffer and INTZ destination texture. In shader code I read depth value from INTZ depth texture like this:
float z = dot(tex2D(s0,vTex).arg, float3(0.996093809371817670572857294849, 0.0038909914428586627756752238080039, 1.5199185323666651467481343000015e-5));
and it gives me 1.0 every time. I have the latest drivers, Vista-32 bit, Radeon 5870 and I'm using DirectX 9Ex.Does anyone have some ideas what can be wrong? Or maybe doeas any one know some working example which uses this capability?
Thanks in advance for any help
After whole day battle I found a bug in my code. Now everything works fine.
Cheers