Sign in
dawn
/
dawn
/
refs/heads/tint-merge
/
.
/
test
/
tint
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_5.spvasm.expected.glsl
blob: 28d8d495295d0108c16d7a902b684d871846076d [
file
] [
log
] [
blame
] [
edit
]
#version 310 es
precision mediump
float
;
void
main_1
()
{
vec3 x_1
=
vec3
(
50.0f
,
60.0f
,
70.0f
);
vec3 x_2
=
dFdy
(
x_1
);
return
;
}
void
tint_symbol
()
{
main_1
();
}
void
main
()
{
tint_symbol
();
return
;
}