Sign in
dawn
/
dawn
/
d388bc9b368c75bcc2bf73c9ebfaeb3d97ff6cf7
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_EmitFunctions_VoidFunctionWithoutParams.spvasm.expected.wgsl
blob: 844ebc13937a3444e2d473fdf86176ba19e79104 [
file
] [
log
] [
blame
]
fn another_function
()
{
return
;
}
fn x_100_1
()
{
return
;
}
[[
stage
(
fragment
)]]
fn x_100
()
{
x_100_1
();
}