Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvBinaryDerivativeTest_SpvBinaryDerivativeTest_Derivatives_25.spvasm.expected.wgsl
blob: 5ddce508ab560c8aabc2f10afe71055d82cca6b3 [
file
] [
log
] [
blame
]
fn main_1
()
{
let
x_1
:
vec2
<f32>
=
vec2
<f32>
(
50.0
,
60.0
);
let
x_2
:
vec2
<f32>
=
fwidthCoarse
(
x_1
);
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}