https://bugs.winehq.org/show_bug.cgi?id=39586
--- Comment #13 from bugzilla@biechl.net --- (In reply to bugzilla from comment #12)
Created attachment 57052 [details] wine-2.0-rc6 (Staging+patch) running fallout4 1.8.7 - startup snippet
Complements the previous log 57039, shows two errors in a fragment shader.
[...] uniform unsupported_sampler ps_sampler5; [...] R4.xyz = (textureLod(ps_sampler5, R5., R1.w).xyz);
tried to resolve "unsupported_sampler" with patch 129128, which implements buffer samplers - did not work for me.