wined3d: Fix a syntax error in the ARB vertex program offset shader.
commitb8c613196d74f89ad0c1168cdd49d4f88dee29ee
authorStefan Dösinger <stefan@codeweavers.com>
Mon, 11 Feb 2008 00:53:53 +0000 (11 01:53 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Feb 2008 12:34:37 +0000 (18 13:34 +0100)
tree7354278a2aa275db6af65dad34dd10499a235154
parentc2d97b232903d5b44bbba84ec52b661f670ef383
wined3d: Fix a syntax error in the ARB vertex program offset shader.

As some Mesa developers pointed out, the GL_ARB_vertex_program grammar
does not allow an immediate value as source argument in ARL. Most
compilers accept it, but since it is not the purpose of the test
program to test for this replace it with a proper constant.
dlls/wined3d/directx.c