Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvModuleScopeVarParserTest_ScalarSpecConstant_DeclareConst_False.spvasm.expected.wgsl
blob: 58606bc61f6a5dc7280e6bf8c91a30051ae5b690 [
file
] [
log
] [
blame
]
[[
override
(
12
)]]
let
myconst
:
bool
=
false
;
fn main_1
()
{
return
;
}
[[
stage
(
fragment
)]]
fn main
()
{
main_1
();
}