Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_EmitFunctions_Function_EntryPoint_GLCompute_LocalSize_Only.spvasm.expected.wgsl
blob: 605ba3525681fdf616c0a54c9a5bdc0b3c2d6fa8 [
file
] [
log
] [
blame
] [
edit
]
fn comp_main_1
()
{
return
;
}
[[
stage
(
compute
),
workgroup_size
(
2
,
4
,
8
)]]
fn comp_main
()
{
comp_main_1
();
}