Sign in
dawn
/
tint
/
refs/heads/chromium/4620
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_5.spvasm.expected.msl
blob: 999f205bc8c7368dffef7f1a0b925cc161f9980d [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float3
const
x_1
=
float3
(
50.0f
,
60.0f
,
70.0f
);
float3
const
x_2
=
dfdy
(
x_1
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}