duhroach
05-27-2004, 09:47 AM
Howdy! I'm attempting to minimize the amount of data that's sent to my fragment program. Essencially what I want to do is pass in the distance from a vertex to a light, and have it automaticially interpolate, rather than having to compute the distance per pixel.
Is it possible to do these custom varying vars? Or am I still going to have to do everything per fragment?
thanks
~Main
Is it possible to do these custom varying vars? Or am I still going to have to do everything per fragment?
thanks
~Main