Henri Verbeet pushed to branch master at wine / vkd3d
Commits: f135f7fe by Nikolay Sivov at 2025-06-19T20:36:27+02:00 vkd3d-shader/hlsl: Add a stub for the noise() intrinsic.
This function is used in tx_1_0 code, but is also supported in fx_2_0 and fx_4_0 expressions.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - -
5 changed files:
- Makefile.am - libs/vkd3d-shader/hlsl.c - libs/vkd3d-shader/hlsl.h - libs/vkd3d-shader/hlsl.y - + tests/hlsl/noise.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/f135f7fe07e865c7c3089498052cff...