glsl: remove old TODO

SSBO support now exists as of commits f24e5e and f408a13dd3.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Acked-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Timothy Arceri
2015-11-04 14:50:49 +11:00
parent 6e3b380387
commit f6b3c163f9

View 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
*/
}
/**