Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
arb1: Handle destination modifiers for TEXBEM/TEXBEML.
Note that we probably screw this up anyhow, since there's other places where
 we ignore this stuff.
  • Loading branch information
icculus committed Apr 17, 2012
1 parent 81eb861 commit 604b382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mojoshader.c
Expand Up @@ -5263,6 +5263,8 @@ static void arb1_texbem(Context *ctx, const int luminance)
tmp, src, sampler, sampler);
output_line(ctx, "MUL %s, %s, %s;", dst, dst, tmp);
} // if

emit_ARB1_dest_modifiers(ctx);
} // arb1_texbem

static void emit_ARB1_TEXBEM(Context *ctx)
Expand Down

0 comments on commit 604b382

Please sign in to comment.