Skip to content
Snippets Groups Projects
Commit e9d90820 authored by Karol Herbst's avatar Karol Herbst :crab: Committed by Marge Bot
Browse files

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: <mesa/mesa!30739>
parent eef1af81
No related branches found
No related tags found
Loading
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment