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