顺便说一下,我是gf7600gt,没刷过
看GPU GEMs3上有句话“Thankfully, an easy solution to the problem is to use 32-bit floating-point textures and filtering, which are supported on the GeForce 8 Series cards.”
意思是说g32r32f以及a32b32g32r32f是gf8系列支持的格式,但是我还没能找到确定的信息说7系列不支持,不过在DXCapsViewer里清楚地表明gf7600gt是支持rt使用上面那两种格式的(至少是当前这块卡)。
问题如下:
1.为什么同样的卡,同样的代码,将g16r16f改为g32r32f就会出现不同的结果?是因为n7系列不支持32位浮点造成的吗?
2.n7系列到底支不支持g32r32f格式?
3.又或者使用g32r32f格式出现问题的原因是因为我在代码的其他地方有失误 [em9]
4.......上传图片的方式好诡异,也不知道有没有上传成功