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