Sign in
dawn
/
dawn
/
f4f62971f6397f9b51eced1d4030530f4af1d7ce
/
.
/
test
/
tint
/
reader
/
combined_texture_sampler
/
SplitCombinedImageSamplerPassTest_FunctionBody_ScalarNoChange.spvasm.expected.wgsl
blob: 96fc565be6c349633ffd9139c03b60b5bebd83ba [
file
] [
log
] [
blame
]
fn f
(
x_100
:
texture_2d
<f32>
,
x_101
:
sampler
,
x_102
:
texture_2d
<f32>
,
x_103
:
sampler
)
->
f32
{
return
0.0f
;
}
fn main_1
()
{
return
;
}
@compute
@workgroup_size
(
1i
,
1i
,
1i
)
fn main
()
{
main_1
();
}