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:
@@ -486,7 +486,7 @@ ureg_DECL_output_masked(struct ureg_program *ureg,
|
|||||||
|
|
||||||
struct ureg_dst
|
struct ureg_dst
|
||||||
ureg_DECL_output(struct ureg_program *ureg,
|
ureg_DECL_output(struct ureg_program *ureg,
|
||||||
unsigned name,
|
enum tgsi_semantic name,
|
||||||
unsigned index)
|
unsigned index)
|
||||||
{
|
{
|
||||||
return ureg_DECL_output_masked(ureg, name, index, TGSI_WRITEMASK_XYZW,
|
return ureg_DECL_output_masked(ureg, name, index, TGSI_WRITEMASK_XYZW,
|
||||||
|
Reference in New Issue
Block a user