mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 05:38:16 +02:00
mesa: glsl: enable bzero() in slang_typeinfo_construct()
This commit is contained in:
parent
ee7296d319
commit
8f243d6593
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ slang_type_specifier_compatible(const slang_type_specifier * x,
|
|||
GLboolean
|
||||
slang_typeinfo_construct(slang_typeinfo * ti)
|
||||
{
|
||||
/*_mesa_bzero(ti, sizeof(*ti));*/
|
||||
_mesa_bzero(ti, sizeof(*ti));
|
||||
slang_type_specifier_ctr(&ti->spec);
|
||||
ti->array_len = 0;
|
||||
return GL_TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue