slang: ensure structure elements have their array length set

This commit is contained in:
Alan Hourihane 2009-03-25 14:04:18 +00:00
parent def5660c9e
commit 7c8639e007

View file

@ -790,6 +790,7 @@ _slang_typeof_operation(slang_operation * op,
return GL_FALSE;
}
ti->can_be_referenced = _ti.can_be_referenced;
ti->array_len = field->array_len;
}
else {
GLuint rows;