Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvUnaryConversionTest_ConvertFToS_Scalar_ToSigned.spvasm.expected.wgsl
blob: 67c9af7c64c77d20ff57934532c158aa2c24bd4a [
file
] [
log
] [
blame
]
fn main_1
()
{
let
x_30
:
f32
=
50.0
;
let
x_1
:
i32
=
i32
(
x_30
);
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}