Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryArithTest_FNegate_Vector.spvasm.expected.msl
blob: 245fc9117c25f83bf82f6681e1836c5fbad00e80 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float2
const
x_1
=
-(
float2
(
50.0f
,
60.0f
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}