mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 17:20:21 +01:00
slang: ensure structure elements have their array length set
This commit is contained in:
parent
def5660c9e
commit
7c8639e007
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue