Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryArithTest_FNegate_Scalar.spvasm.expected.msl
blob: bbfcf2d8fced64fd464d684986e0b0116fd3a0a3 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float
const
x_1
=
-(
50.0f
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}