Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_16.spvasm.expected.msl
blob: ee87b313bb14e830096e7ac98dac9656a9b33aea [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float2
const
x_1
=
float2
(
50.0f
,
60.0f
);
float2
const
x_2
=
fwidth
(
x_1
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}