-
fdc17350
by Giovanni Mascellani at 2025-05-24T20:54:42+02:00
tests/hlsl: Test minimum precision stride in constant buffers.
-
a477502a
by Giovanni Mascellani at 2025-05-24T20:57:42+02:00
tests/hlsl: Test minimum precision 16-bit unsigned integers.
-
cb1ee9cd
by Giovanni Mascellani at 2025-05-24T20:59:34+02:00
tests/hlsl: Test minimum precision 16-bit signed integers.
-
3fb662c9
by Giovanni Mascellani at 2025-05-24T21:00:32+02:00
tests/hlsl: Remove some tests from minimum-precision.shader_test.
Most of them fail on any native implementation I can put my hands
on, including the CI. Equivalent, but hopefully better, tests
were added to arithmetic-uint.shader_test and
arithmetic-int-uniform.shader_test.