[PATCH vkd3d 4/4] vkd3d-shader/hlsl: Add tests for Sample method with offset.

Giovanni Mascellani gmascellani at codeweavers.com
Mon Nov 29 09:45:15 CST 2021


Signed-off-by: Giovanni Mascellani <gmascellani at codeweavers.com>
---

On 26/11/21 16:40, Francisco Casas wrote:
> @@ -0,0 +1,55 @@
> +[sampler 0]
> +filter point point point
> +address clamp clamp clamp
> +
> +[texture 0]
> +size (3, 3)
> +0.0 0.0 0.0 0.4     0.1 0.0 0.5 0.0     0.2 0.0 0.0 0.4
> +0.0 0.1 0.5 0.0     0.1 0.1 0.0 0.4     0.2 0.1 0.5 0.0
> +0.0 0.2 0.0 0.4     0.1 0.2 0.5 0.0     0.2 0.2 0.0 0.4
> +
> +
> +
> +

I agree that it makes sense to separate more logical blocks in the file, 
but maybe two empty lines is enough!

Thanks, Giovanni.



More information about the wine-devel mailing list