Skip to content

Commit

Permalink
vs_1_1 also has decls on D3D9
Browse files Browse the repository at this point in the history
  • Loading branch information
aras-p committed Dec 29, 2009
1 parent e79ae5b commit b5d9d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader.c
Expand Up @@ -5803,7 +5803,7 @@ static int parse_args_DCL(Context *ctx)
} // else
} // else if

else if ( (shader_is_vertex(ctx)) && (shader_version_atleast(ctx, 2, 0)) )
else if ( (shader_is_vertex(ctx)) && (shader_version_atleast(ctx, 1, 1)) )
{
if (regtype == REG_TYPE_INPUT)
{
Expand Down

0 comments on commit b5d9d43

Please sign in to comment.