Skip to content

Commit

Permalink
Forgot to add DEPTH to the list of valid semantics.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 26, 2009
1 parent 566e024 commit 0d075fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mojoshader_compiler.c
Expand Up @@ -61,7 +61,8 @@ static int is_semantic(const Context *ctx)
static const char *names[] = {
"BINORMAL", "BLENDINDICES", "BLENDWEIGHT",
"COLOR", "NORMAL", "POSITION", "POSITIONT", "PSIZE", "TANGENT",
"TEXCOORD", "FOG", "TESSFACTOR", "TEXCOORD", "VFACE", "VPOS", NULL
"TEXCOORD", "FOG", "TESSFACTOR", "TEXCOORD", "VFACE", "VPOS",
"DEPTH", NULL
};

// !!! FIXME: DX10 has SV_* ("System Value Semantics").
Expand Down

0 comments on commit 0d075fd

Please sign in to comment.