Commit a8839cd1 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

d3dcompiler: Dump preprocessed shader sources.

parent 876f0f27
......@@ -500,6 +500,8 @@ static HRESULT compile_shader(const char *preproc_shader, const char *target, co
ID3DBlob *buffer;
char *pos;
TRACE("Preprocessed shader source: %s\n", debugstr_a(preproc_shader));
FIXME("Parse compilation target.\n");
shader = parse_hlsl_shader(preproc_shader, ST_VERTEX, 2, entrypoint, &messages);
......
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