Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_2.spvasm.expected.wgsl
blob: 398fb2f030e1d46ed56d0c806cb56a9b5aa7afaf [
file
] [
log
] [
blame
]
fn main_1
()
{
let
x_1
:
vec3
<f32>
=
vec3
<f32>
(
50.0
,
60.0
,
70.0
);
let
x_2
:
vec3
<f32>
=
dpdx
(
x_1
);
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}