I just fixed the crash bug in PtBi introduced with the latest NVidia WHQL drivers.
If anyone from NV is reading this, I really don’t think having a:
1 |
uniform writeonly restrict image2D targetBuff; |
Should cause the shader compiler to spit out this:
1 |
(7) : fatal error C9999: *** exception during compilation *** |
It works just fine without the “restrict”.
Anyway, if you’re using PtBi with a NV GPU then you can find an updated, working version on the PtBi homepage. Sorry for the delay in fixing this.