1 reply [Last post]
Rahvin
User offline. Last seen 8 years 48 weeks ago. Offline
Joined: 06/01/2012
Posts:

Hi again ;).

Is there any way to debug a shader or print some values to the console?

My shader does not work as expected and I'd like to check the values of the vars.

Brad Larson
Brad Larson's picture
User offline. Last seen 4 years 22 weeks ago. Offline
Joined: 05/14/2008
Posts:

If you think about the way that a fragment shader works (running in parallel once for each pixel), the only really effective way to debug one is to log out values in the color components and check those values to make sure that the shader is working right at each step. NSLog and printf() really have no meaning for the way these shaders operate.

Syndicate content