Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_19.spvasm.expected.wgsl
blob: acc24bd31d1c143717d3066e0b72453416575f8b [
file
] [
log
] [
blame
]
fn main_1
()
{
let
x_1
:
vec2
<f32>
=
vec2
<f32>
(
50.0
,
60.0
);
let
x_2
:
vec2
<f32>
=
dpdxCoarse
(
x_1
);
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}