Module: vkd3d Branch: master Commit: 425e0aa6c3785bc319ed41801bdf654d692492d6 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/425e0aa6c3785bc319ed41801bdf65...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Fri Apr 12 11:33:37 2024 +1000
tests/hlsl: Supply data for all mip levels in calculate-lod.shader_test.
Fixes invalid read in the GL runner.
---
tests/hlsl/calculate-lod.shader_test | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/tests/hlsl/calculate-lod.shader_test b/tests/hlsl/calculate-lod.shader_test index 88325af6..74533cfe 100644 --- a/tests/hlsl/calculate-lod.shader_test +++ b/tests/hlsl/calculate-lod.shader_test @@ -15,6 +15,10 @@ levels 3 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5
+0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 +0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 + +0.5 0.5 0.5 0.5
[pixel shader todo] sampler s;