Commit 86287891 authored by Damien Fouilleul's avatar Damien Fouilleul

- direct3d: backported texture to quad video rendering code from trunk, that...

- direct3d: backported texture to quad video rendering code from trunk, that seems a better option for Vista
parent 0541c0bc
This diff is collapsed.
......@@ -123,10 +123,14 @@ struct vout_sys_t
#endif
#ifdef MODULE_NAME_IS_direct3d
// core objects
HINSTANCE hd3d9_dll; /* handle of the opened d3d9 dll */
LPDIRECT3D9 p_d3dobj;
LPDIRECT3DDEVICE9 p_d3ddev;
D3DFORMAT bbFormat;
// scene objects
LPDIRECT3DTEXTURE9 p_d3dtex;
LPDIRECT3DVERTEXBUFFER9 p_d3dvtc;
#endif
event_thread_t *p_event;
......
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