[Mesa-dev] [PATCH] glsl: remove old TODO
Timothy Arceri
t_arceri at yahoo.com.au
Tue Nov 3 19:51:44 PST 2015
SSBO support now exists.
---
src/glsl/linker.cpp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp
index c1e4efb..26c0298 100644
--- a/src/glsl/linker.cpp
+++ b/src/glsl/linker.cpp
@@ -3800,11 +3800,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.4.3
More information about the mesa-dev
mailing list