https://bugs.winehq.org/show_bug.cgi?id=39302
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, still present.
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/d3dx10_43/d3dx10_43_m...
--- snip --- 81 HRESULT WINAPI D3DX10CreateEffectFromFileW(const WCHAR *filename, const D3D10_SHADER_MACRO *defines, 82 ID3D10Include *include, const char *profile, UINT hlslflags, UINT fxflags, ID3D10Device *device, 83 ID3D10EffectPool *effectpool, ID3DX10ThreadPump *pump, ID3D10Effect **effect, ID3D10Blob **errors, 84 HRESULT *hresult) 85 { 86 FIXME("filename %s, defines %p, include %p, profile %s, hlslflags %#x, fxflags %#x, " 87 "device %p, effectpool %p, pump %p, effect %p, errors %p, hresult %p\n", 88 debugstr_w(filename), defines, include, debugstr_a(profile), hlslflags, fxflags, device, 89 effectpool, pump, effect, errors, hresult); 90 91 return E_NOTIMPL; 92 } --- snip ---
--- snip --- $ tree --charset=ANSI Direct3D/ Direct3D/ |-- Bin | |-- Sparklesd.exe | `-- Sparkles.exe |-- Include | |-- DXUT | | |-- Core | | | |-- DXUTenum.h | | | |-- DXUT.h | | | `-- DXUTmisc.h | | `-- Optional | | |-- DXUTcamera.h | | |-- DXUTgui.h | | |-- DXUTres.h | | |-- DXUTsettingsDlg.h | | |-- DXUTShapes.h | | |-- rmxfguid.h | | |-- rmxftmpl.h | | |-- SDKMesh.h | | |-- SDKmesh_old.h | | |-- SDKMisc.h | | |-- SDKsound.h | | `-- SDKwavefile.h | `-- NVUT | |-- nvutcamera.h | |-- nvutmedia.h | |-- nvutmesh.h | |-- NVUTPixelShader.h | |-- NVUTShader.h | |-- NVUTSkybox.h | `-- NVUTVertexShader.h |-- Lib | |-- dxutd.lib | |-- dxut.lib | |-- dxutoptd.lib | |-- dxutopt.lib | |-- nvutd.lib | `-- nvut.lib |-- Media | |-- cat.dds | |-- cat.x | |-- directx.ico | |-- Noise256_01.dds | |-- noise_MetalPaint.dds | |-- SkyCubemap.dds | `-- star1.dds `-- Source |-- Common | |-- FXC.rules | `-- NVUT | `-- nvutskybox.fx `-- Sparkles |-- CarPaint.fxh |-- doc | |-- Sparkles_hi.pdf | |-- Sparkles_large.jpg | |-- Sparkles_medium.jpg | `-- Sparkles_small.jpg |-- randomtable.fxh |-- resource.h |-- Sparkles.cpp |-- Sparkles.fx |-- Sparkles.manifest |-- Sparkles.rc `-- Sparkles.vcproj
13 directories, 51 files --- snip ---
$ sha1sum Sparkles.zip 213b359d2cc65ce44a65d44f28b0046a6804ccfd Sparkles.zip
$ du -sh Sparkles.zip 9.3M Sparkles.zip
$ wine --version wine-4.3-188-gab7756619c
Regards