6 Nov
2023
6 Nov
'23
3:24 p.m.
On Mon Nov 6 15:24:21 2023 +0000, Giovanni Mascellani wrote:
I've never used effects. Do you have some resource of what they look like and how they are used? It's on msdn:
https://learn.microsoft.com/en-us/windows/win32/direct3d9/effects https://learn.microsoft.com/en-us/windows/win32/direct3d10/d3d10-graphics-pr... There are 4 possible targets: fx_2_0 for d3d9, fx_4_0 for d3d10+, fx_4_1 for d3d10.1+, and fx_5_0 for d3d11. Binaries are consumed by d3dx9, d3d10/d3d10_1, and for fx_5_0 implementation is compiled in statically. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/443#note_51079