Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 393 of file slang_typeinfo.c.
Referenced by _slang_adapt_call(), _slang_assignment_compatible(), _slang_cast_func_params(), _slang_function_locate(), _slang_gen_array_element(), _slang_gen_compare(), _slang_gen_function_call_name(), _slang_gen_select(), _slang_gen_struct_field(), _slang_is_boolean(), _slang_is_scalar_or_boolean(), and _slang_typeof_operation().
{ _mesa_bzero(ti, sizeof(*ti)); slang_type_specifier_ctr(&ti->spec); ti->array_len = 0; return GL_TRUE; }