mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
glsl: Remove outdated FINISHME comment.
Explicit index support was added by commit 1256a5dc.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
77300bacaf
commit
c30948517e
1 changed files with 0 additions and 3 deletions
|
|
@ -1177,9 +1177,6 @@ layout_qualifier_id:
|
|||
memset(& $$, 0, sizeof($$));
|
||||
|
||||
if (state->ARB_explicit_attrib_location_enable) {
|
||||
/* FINISHME: Handle 'index' once GL_ARB_blend_func_exteneded and
|
||||
* FINISHME: GLSL 1.30 (or later) are supported.
|
||||
*/
|
||||
if (strcmp("location", $1) == 0) {
|
||||
$$.flags.q.explicit_location = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue