vkd3d-proton/demos
Henri Verbeet 3777eb4e5c vkd3d: Introduce API versions.
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>
2020-06-30 21:05:17 +02:00
..
.gitignore demos/gears: Add a gears demo. 2016-11-13 00:55:54 +01:00
demo.h include/vkd3d_utils: Declare all exported functions. 2019-06-18 16:40:48 +02:00
demo_win32.h demos: Get rid of code for compiling shaders using d3dcompiler. 2018-06-06 00:04:36 +02:00
demo_xcb.h vkd3d: Introduce API versions. 2020-06-30 21:05:17 +02:00
gears.c demos: Use 3 swapchain images. 2019-07-31 09:38:25 +02:00
gears.hlsl demos/gears: Add a gears demo. 2016-11-13 00:55:54 +01:00
gears_ps_flat.h demos: Get rid of handwritten GLSL shaders. 2017-07-28 15:26:09 +02:00
gears_ps_smooth.h demos: Get rid of handwritten GLSL shaders. 2017-07-28 15:26:09 +02:00
gears_vs.h demos: Get rid of handwritten GLSL shaders. 2017-07-28 15:26:09 +02:00
triangle.c demos: Use 3 swapchain images. 2019-07-31 09:38:25 +02:00
triangle.hlsl demos/triangle: Add a demo program. 2016-10-24 13:57:05 +02:00
triangle_ps.h demos: Get rid of handwritten GLSL shaders. 2017-07-28 15:26:09 +02:00
triangle_vs.h demos: Get rid of handwritten GLSL shaders. 2017-07-28 15:26:09 +02:00