diff options
Diffstat (limited to 'src/compiler/shader_info.c')
-rw-r--r-- | src/compiler/shader_info.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/shader_info.c b/src/compiler/shader_info.c index 83e40cbedc8..1171bbf6773 100644 --- a/src/compiler/shader_info.c +++ b/src/compiler/shader_info.c @@ -29,6 +29,4 @@ copy_shader_info(const struct gl_shader_program *shader_prog, struct gl_linked_shader *sh) { shader_info *info = &sh->Program->info; - - info->uses_texture_gather = sh->Program->UsesGather; } |