mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 19:30:12 +01:00
tgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()
So the function matches the prototype. Found with clang. v2: fix copy&paste error Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
d95c2d86cc
commit
4b0a45da25
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ ureg_DECL_output_masked(struct ureg_program *ureg,
|
|||
|
||||
struct ureg_dst
|
||||
ureg_DECL_output(struct ureg_program *ureg,
|
||||
unsigned name,
|
||||
enum tgsi_semantic name,
|
||||
unsigned index)
|
||||
{
|
||||
return ureg_DECL_output_masked(ureg, name, index, TGSI_WRITEMASK_XYZW,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue