Module: vkd3d Branch: master Commit: ab3855133d21ea79739e2c30ac3140c647b9fc6b URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=ab3855133d21ea79739e2c30...
Author: Francois Gouget fgouget@free.fr Date: Mon Mar 7 15:38:22 2022 +0100
announce: Fix a typo in the libvkd3d-shader new interfaces section.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
ANNOUNCE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ANNOUNCE b/ANNOUNCE index 29a627fc..163e24d9 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -88,7 +88,7 @@ New interfaces: Direct3D 12 and Vulkan binding models. - The VKD3D_SHADER_COMPILE_OPTION_API_VERSION compile option can be used to specify the version of the libvkd3d-shader API the - application is targetting. If left unspecified, + application is targeting. If left unspecified, VKD3D_SHADER_API_VERSION_1_2 will be used.
- Various shader translation fixes, for tessellation shaders in particular.