Hi,
I'd like to know if it is possible to perform an "early fragment kill". By that I mean that when the stencil buffer "discards" a pixel the pixel shader MUST NOT process it anymore.
Currently, if the stencil buffer discards a pixel, the pixel shader regardlessly processes the pixel...
Any ideas on this topic? Perhaps there's even a flag for exactly this?
Thanks,
Thomas