aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/linker.cpp
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2015-11-04 14:50:49 +1100
committerTimothy Arceri <[email protected]>2015-11-04 15:40:38 +1100
commitf6b3c163f954c4fb5a525af39ce906f63b445e89 (patch)
tree990e2814e410b034fd69b7dbc6507f470de28995 /src/glsl/linker.cpp
parent6e3b380387378e9f8e92eed3dc4a95767857b0de (diff)
glsl: remove old TODO
SSBO support now exists as of commits f24e5e and f408a13dd30. Reviewed-by: Tapani Pälli <[email protected]> Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/glsl/linker.cpp')
-rw-r--r--src/glsl/linker.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp
index 9dcc2a76c9a..3ad295587f8 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
- */
}
/**