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:
Brian Paul 2018-02-08 09:54:52 -07:00
parent d95c2d86cc
commit 4b0a45da25
1 changed files with 1 additions and 1 deletions

View File

@ -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,