What is a fragment in a fragment shader? Wikipedia says that:
In general, a fragment can be thought of as the data needed to shade the pixel, plus the data needed to test whether the fragment survives to become a pixel (depth, alpha, stencil, scissor, window ID, etc.)
So is it textures, vertices whatever.
Sorry if I'm askingor something rather trivial.
Thanks!else?