[Bug 36538] Livestream Procaster needs D3D10CompileEffectFromMemory

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 8 19:03:09 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=36538

winetest at luukku.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |winetest at luukku.com

--- Comment #1 from winetest at luukku.com ---
dlls/d3d10/d3d10.spec    
   1 @ stdcall D3D10CompileEffectFromMemory(ptr long ptr ptr ptr long long ptr
ptr)
dlls/d3d10/d3d10_main.c    
 247 HRESULT WINAPI D3D10CompileEffectFromMemory(void *data, SIZE_T data_size,
const char *filename,
dlls/d3d10_1/d3d10_1.spec    
   2 @ stub D3D10CompileEffectFromMemory
include/d3d10effect.h    
 830 HRESULT WINAPI D3D10CompileEffectFromMemory(void *data, SIZE_T data_size,
const char *filename,

The spec files don't match and I think they should. The function currently
returns 

return E_NOTIMPL;

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list