nir/spirv: Handle the NonReadable decoration on struct members

This commit is contained in:
Jason Ekstrand 2016-05-19 20:58:32 -07:00
parent ea8c11fdc2
commit eb384daae8

View file

@ -455,6 +455,7 @@ struct_member_decoration_cb(struct vtn_builder *b,
switch (dec->decoration) {
case SpvDecorationNonWritable:
case SpvDecorationNonReadable:
case SpvDecorationRelaxedPrecision:
break; /* FIXME: Do nothing with this for now. */
case SpvDecorationNoPerspective: