Commit c48658db authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

d3dx9: Dump bytecode if parameter evaluator creation failed.

parent 14fab722
......@@ -1324,6 +1324,9 @@ HRESULT d3dx_create_param_eval(struct d3dx9_base_effect *base_effect, void *byte
err_out:
WARN("Error creating parameter evaluator.\n");
if (TRACE_ON(d3dx))
dump_bytecode(byte_code, byte_code_size);
d3dx_free_param_eval(peval);
*peval_out = NULL;
return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment