Skip to content

Commit

Permalink
Added a comment.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Jun 19, 2008
1 parent 4d717e6 commit c59c398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader.c
Expand Up @@ -3734,7 +3734,7 @@ static void emit_ARB1_global(Context *ctx, RegisterType regtype, int regnum)
{
case REG_TYPE_ADDRESS:
output_line(ctx, "ADDRESS %s;", varname);
if (!ctx->support_nv2)
if (!ctx->support_nv2) // nv2 has four-component address already.
output_line(ctx, "TEMP addr%d;", regnum);
break;
//case REG_TYPE_PREDICATE:
Expand Down

0 comments on commit c59c398

Please sign in to comment.