Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_26.spvasm.expected.msl
blob: 8209a1dd6c4cfb610ee9b7eb5bf73490fbecd2f7 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float3
const
x_1
=
float3
(
50.0f
,
60.0f
,
70.0f
);
float3
const
x_2
=
fwidth
(
x_1
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}