Commit 9b88064a authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

d3d10/effect: Access pool effect structure directly.

parent a1d44ca2
......@@ -273,7 +273,7 @@ struct d3d10_effect
LONG refcount;
ID3D10Device *device;
ID3D10Effect *pool;
struct d3d10_effect *pool;
DWORD version;
DWORD local_buffer_count;
DWORD variable_count;
......
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