[vlc-devel] [PATCH] direct3d9: replace ID3DXBuffer (mingw) with ID3D10Blob
    Jean-Baptiste Kempf 
    jb at videolan.org
       
    Mon Aug 17 15:01:12 CEST 2015
    
    
  
On 17 Aug, Steve Lhomme wrote :
> -            LPD3DXBUFFER *ppShader,
> -            LPD3DXBUFFER *ppErrorMsgs,
> +            ID3D10Blob **ppShader,
> +            ID3D10Blob **ppErrorMsgs,
https://msdn.microsoft.com/en-us/library/windows/desktop/bb205753%28v=vs.85%29.aspx
D3dx9.lib
https://msdn.microsoft.com/en-us/library/windows/desktop/bb173507%28v=vs.85%29.aspx
D3D10.lib
This change requires Dx10, therefore Vista.
I'm not sure it's a good idea.
With my kindest regards,
-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
    
    
More information about the vlc-devel
mailing list