diff options
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mtypes.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 545a8d2ca14..261995e98fd 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2006,12 +2006,6 @@ struct gl_fragment_program /** * Bitfield indicating, for each fragment shader input, 1 if that input - * uses centroid interpolation, 0 otherwise. Unused inputs are 0. - */ - GLbitfield64 IsCentroid; - - /** - * Bitfield indicating, for each fragment shader input, 1 if that input * uses sample interpolation, 0 otherwise. Unused inputs are 0. */ GLbitfield64 IsSample; |