On Wed May 31 20:21:33 2023 +0000, Francisco Casas wrote:
I suggest adding at least this test at the end of `tests/sampler.shader_test`:
[pixel shader todo] sampler sam; float4 p; float4 main() : sv_target { return tex2Dproj(sam, p); } [test] uniform 0 float4 1.0 1.0 1234.0 2.0 todo draw quad todo probe all rgba (0.25, 0.0, 0.25, 0.0)
I confirmed that is the expected behavior using the minitestbot. Even though to get this to pass we need to lower combined sample expressions, but that seems close in the horizon (!209).
Yes, that was exactly the reason for a lack of tests. I'm going to wait for !209 to get in first.