mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
3777eb4e5c
For backwards compatibility. Newer vkd3d versions may report more capabilities, but some of those may also require newer vkd3d APIs in order to use them. That's an issue for a vkd3d user like Wine, where reporting more capabilities may cause the application to try to use APIs that are not implemented in that version of Wine. Note that using ELF symbol versioning would have solved the issue for existing binaries compiled against older versions of vkd3d, but not for older source compiled against newer versions of vkd3d. Users of vkd3d-utils should define VKD3D_UTILS_API_VERSION to the vkd3d API version they wish to target. Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> |
||
---|---|---|
.. | ||
.gitignore | ||
demo_win32.h | ||
demo_xcb.h | ||
demo.h | ||
gears_ps_flat.h | ||
gears_ps_smooth.h | ||
gears_vs.h | ||
gears.c | ||
gears.hlsl | ||
triangle_ps.h | ||
triangle_vs.h | ||
triangle.c | ||
triangle.hlsl |