vtn: ignore volatile on functions for now

Not sure if we have to do something about it here, but maybe at some point
we do?

Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30739>
This commit is contained in:
Karol Herbst 2024-08-16 15:07:11 +02:00 committed by Marge Bot
parent eef1af8128
commit e9d908206b

View file

@ -129,6 +129,7 @@ function_parameter_decoration_cb(struct vtn_builder *b, struct vtn_value *val,
case SpvDecorationRelaxedPrecision:
case SpvDecorationRestrict:
case SpvDecorationRestrictPointer:
case SpvDecorationVolatile:
break;
default: