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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user