d3dx9: Fix D3DCompile() call.
commit970009fed70c76bdf15789865de5eb2aa2b481d1
authorValentin Gabriel Mitrea <mitrea.valentin@gmail.com>
Tue, 24 Apr 2018 15:20:45 +0000 (24 18:20 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Apr 2018 16:15:09 +0000 (24 18:15 +0200)
tree970b16dcc6aec217d4e38479edffdf69daee7933
parentd7bd861ae6d3ec24ff69def9ab7115ebb13d554d
d3dx9: Fix D3DCompile() call.

When using D3DCompile() with an fx profile, the entry point
parameter is not used. So, it should be set to NULL.

Signed-off-by: Valentin Gabriel Mitrea <mitrea.valentin@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/d3dx9_36/effect.c