Sign in
dawn
/
tint.git
/
a70c14dbcef6ed3a07a22e274558f954d7b916d5
/
.
/
test
/
samples
/
function.wgsl.expected.hlsl
blob: deace9c96d9975a198832d4a498538e19f97df4e [
file
]
float
main
()
{
return
(((
2.0f
*
3.0f
)
-
4.0f
)
/
5.0f
);
}
[
numthreads
(
2
,
1
,
1
)]
void
ep
()
{
return
;
}