Sign in
dawn
/
dawn
/
5d26a4c1f30bd02374ed2a17b82d1750ae38f85c
/
.
/
test
/
tint
/
reader
/
combined_texture_sampler
/
SplitCombinedImageSamplerPassTest_FunctionBody_SampledImage_OpImage.spvasm.expected.wgsl
blob: 7f0bae6f19cd4ba0a2fbedd0985dfc3e832c5ccf [
file
] [
log
] [
blame
]
fn f
(
x_100
:
u32
,
x_202
:
texture_2d
<f32>
,
x_203
:
sampler
,
x_110
:
f32
)
{
return
;
}
fn main_1
()
{
return
;
}
@compute
@workgroup_size
(
1i
,
1i
,
1i
)
fn main
()
{
main_1
();
}