Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_ScalarSpecConstant_UsedInFunction.spvasm.expected.wgsl
blob: 3c3108e9523138e68f590f5018903e9b4cb6899a [
file
] [
log
] [
blame
]
let
myconst
:
f32
=
2.5
;
fn x_100
()
->
f32
{
return
(
myconst
+
myconst
);
}
fn main_1
()
{
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}