Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 10, 2008
1 parent 95e6c63 commit 8e58ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mojoshader.c
Expand Up @@ -911,6 +911,7 @@ static const char *make_D3D_srcarg_string_in_buf(Context *ctx,
swizzle_str[i] = '\0';
assert(i < sizeof (swizzle_str));

// !!! FIXME: c12[a0.x] actually needs to be c[a0.x + 12]
snprintf(buf, buflen, "%s%s%s%s%s%s%s%s%s%s",
premod_str, regtype_str, regnum_str, postmod_str,
rel_lbracket, rel_regtype_str, rel_regnum_str, rel_swizzle,
Expand Down

0 comments on commit 8e58ccf

Please sign in to comment.