Skip to main content
Make title more precise.
Link
liggiorgio
  • 5.5k
  • 6
  • 27
  • 38

What is a fragmentinfragment in 3D graphics programming?

What is a fragmentfragmentin 3D graphics programming?

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?

What is a fragment?

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 asking something rather trivial.

Thanks!

What is a fragmentin 3D graphics programming?

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 or something else?

Tweeted twitter.com/#!/StackGameDev/status/40869301451894784
Source Link
Loading