[PATCH vkd3d 4/7] tests: Test casts to uint.

Zebediah Figura (she/her) zfigura at codeweavers.com
Thu Sep 9 19:35:04 CDT 2021


On 9/9/21 6:22 PM, Matteo Bruni wrote:
> On Thu, Sep 9, 2021 at 6:01 AM Zebediah Figura <zfigura at codeweavers.com> wrote:
>>
>> Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
>> ---
>>   Makefile.am                    |  2 ++
>>   tests/cast-to-uint.shader_test | 41 ++++++++++++++++++++++++++++++++++
>>   2 files changed, 43 insertions(+)
>>   create mode 100644 tests/cast-to-uint.shader_test
> 
>> diff --git a/tests/cast-to-uint.shader_test b/tests/cast-to-uint.shader_test
>> new file mode 100644
>> index 000000000..93dcdeefe
>> --- /dev/null
>> +++ b/tests/cast-to-uint.shader_test
>> @@ -0,0 +1,41 @@
>> +[pixel shader]
>> +
>> +float4 main(uniform float f, uniform int u, uniform bool b, uniform half h) : sv_target
> 
> Not that it matters but since here the second parameter is "int" maybe
> it would have been nicer to rename it appropriately :)
> 

Oops, that was a mistake. Probably not worth fixing, though.



More information about the wine-devel mailing list