Fix spvc_type_get_vector_size C function.
This commit is contained in:
Родитель
d11665424d
Коммит
915a3d70b0
|
@ -1413,7 +1413,7 @@ unsigned spvc_type_get_bit_width(spvc_type type)
|
|||
return type->width;
|
||||
}
|
||||
|
||||
unsigned spvc_type_get_SmallVector_size(spvc_type type)
|
||||
unsigned spvc_type_get_vector_size(spvc_type type)
|
||||
{
|
||||
return type->vecsize;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче