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