Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DST is a vertex-only opcode.
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 17, 2008
1 parent 5a9e138 commit de1d07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader.c
Expand Up @@ -3629,7 +3629,7 @@ static const Instruction instructions[] =
INSTRUCTION(EXP, 2, DS, MOJOSHADER_TYPE_ANY),
INSTRUCTION(LOG, 2, DS, MOJOSHADER_TYPE_ANY),
INSTRUCTION(LIT, 2, DS, MOJOSHADER_TYPE_ANY),
INSTRUCTION(DST, 3, DSS, MOJOSHADER_TYPE_ANY),
INSTRUCTION(DST, 3, DSS, MOJOSHADER_TYPE_VERTEX),
INSTRUCTION(LRP, 4, DSSS, MOJOSHADER_TYPE_ANY),
INSTRUCTION_STATE(FRC, 2, DS, MOJOSHADER_TYPE_ANY),
INSTRUCTION_STATE(M4X4, 3, DSS, MOJOSHADER_TYPE_ANY),
Expand Down

0 comments on commit de1d07f

Please sign in to comment.