Skip to content

Commit

Permalink
More generalizing of arb1 profile name in fail() calls.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Jun 27, 2008
1 parent 6a9b8b8 commit c4329d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader.c
Expand Up @@ -3735,7 +3735,7 @@ static void emit_ARB1_opcode_dsss(Context *ctx, const char *opcode)
}
#define EMIT_ARB1_OPCODE_UNIMPLEMENTED_FUNC(op) \
static void emit_ARB1_##op(Context *ctx) { \
fail(ctx, #op " unimplemented in arb1 profile"); \
failf(ctx, #op " unimplemented in %s profile", ctx->profile->name); \
}


Expand Down

0 comments on commit c4329d7

Please sign in to comment.