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