Skip to content
Snippets Groups Projects
Commit bebb0438 authored by Paul Berry's avatar Paul Berry
Browse files

glsl: Add IsCentroid bitfield to gl_fragment_program.


This bitfield tells the back-ends which of a fragment shader's inputs
require centroid interpolation.  It is only set for GLSL fragment
shaders, since assembly fragment shaders don't support centroid
interpolation.

Reviewed-by: default avatarEric Anholt <eric@anholt.net>
parent 2a4af651
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment