Skip to content

Commit

Permalink
Removed a FIXME.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Jun 26, 2008
1 parent 6f5ec7f commit 45fe5b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mojoshader.c
Expand Up @@ -6387,8 +6387,6 @@ static int parse_end_token(Context *ctx)

static int parse_phase_token(Context *ctx)
{
// !!! FIXME: explanation is here: http://msdn.microsoft.com/en-us/library/bb147266(VS.85).aspx
// !!! FIXME: (it's ps_1_4 only.)
if (SWAP32(*(ctx->tokens)) != 0x0000FFFD) // phase token always 0x0000FFFD.
return 0; // not us, eat no tokens.
else if ( (!shader_is_pixel(ctx)) || (!shader_version_exactly(ctx, 1, 4)) )
Expand Down

0 comments on commit 45fe5b6

Please sign in to comment.