pixel shader output HLSL

Started by
0 comments, last by neneboricua19 18 years, 11 months ago
anyone know how to simply mask (cull) a pixel in a HLSL pixel shader? frustrated just trying to conditionally NOT write pixels into Z buffer. thanks -programmer_tom
Advertisement
Try using the "clip" intrinsic.

This topic is closed to new replies.

Advertisement