glsl: remove old TODO
authorTimothy Arceri <t_arceri@yahoo.com.au>
Wed, 4 Nov 2015 03:50:49 +0000 (14:50 +1100)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Wed, 4 Nov 2015 04:40:38 +0000 (15:40 +1100)
SSBO support now exists as of commits f24e5e and f408a13dd30.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Acked-by: Matt Turner <mattst88@gmail.com>
src/glsl/linker.cpp

index 9dcc2a7..3ad2955 100644 (file)
@@ -3799,11 +3799,6 @@ build_program_resource_list(struct gl_shader_program *shProg)
             return;
       }
    }
-
-   /* TODO - following extensions will require more resource types:
-    *
-    *    GL_ARB_shader_storage_buffer_object
-    */
 }
 
 /**