mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 06:38:09 +02:00
vtn: ignore SpvFunctionParameterAttributeSret
this can happen with CL, but it seems it's just informational. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32322>
This commit is contained in:
parent
e928fc09d4
commit
4c84321683
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ function_parameter_decoration_cb(struct vtn_builder *b, struct vtn_value *val,
|
|||
case SpvFunctionParameterAttributeNoAlias:
|
||||
case SpvFunctionParameterAttributeSext:
|
||||
case SpvFunctionParameterAttributeZext:
|
||||
case SpvFunctionParameterAttributeSret:
|
||||
break;
|
||||
|
||||
case SpvFunctionParameterAttributeByVal:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue