From f6b3c163f954c4fb5a525af39ce906f63b445e89 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 4 Nov 2015 14:50:49 +1100 Subject: [PATCH] glsl: remove old TODO MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit SSBO support now exists as of commits f24e5e and f408a13dd30. Reviewed-by: Tapani Pälli Acked-by: Matt Turner --- src/glsl/linker.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index 9dcc2a7..3ad2955 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -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 - */ } /** -- 2.7.4