diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/mtypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 94fc6e97f47..cb35aa1c95c 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2246,7 +2246,6 @@ struct gl_shader_info bool redeclares_gl_fragcoord; bool PostDepthCoverage; bool InnerCoverage; - bool ARB_fragment_coord_conventions_enable; /** * Fragment shader state from GLSL 1.50 layout qualifiers. @@ -2434,6 +2433,8 @@ struct gl_shader */ bool EarlyFragmentTests; + bool ARB_fragment_coord_conventions_enable; + struct gl_shader_info info; }; |