mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Remove the unused "intrinsic" argument from hlsl_add_function().
This commit is contained in:
committed by
Alexandre Julliard
parent
6c2472ce16
commit
447463e590
Notes:
Alexandre Julliard
2023-01-19 22:45:50 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Francisco Casas (@fcasas) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/63
@@ -3701,7 +3701,7 @@ hlsl_prog:
|
||||
}
|
||||
}
|
||||
|
||||
hlsl_add_function(ctx, $2.name, $2.decl, false);
|
||||
hlsl_add_function(ctx, $2.name, $2.decl);
|
||||
}
|
||||
| hlsl_prog buffer_declaration buffer_body
|
||||
| hlsl_prog declaration_statement
|
||||
|
||||
Reference in New Issue
Block a user