Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_EmitFunctions_GenerateParamNames.spvasm.expected.wgsl
blob: 59ec1443d35fb2f73f5b049f2acf9f324012b272 [
file
] [
log
] [
blame
]
fn mixed_params
(
x_14
:
u32
,
x_15
:
f32
,
x_16
:
i32
)
{
return
;
}
fn x_100_1
()
{
return
;
}
[[
stage
(
fragment
)]]
fn x_100
()
{
x_100_1
();
}