Sign in
◑
Theme
dawn
/
dawn
/
42e59d77bd40c8d344fae2f79367ad710dae9fbc
/
.
/
test
/
tint
/
statements
/
compound_assign
/
function.wgsl.expected.wgsl
blob: 824717fb5ace69aa06163d62fcfbb41ff3756b43 [
file
]
@compute
@workgroup_size
(
1
)
fn foo
()
{
var
<function>
a
:
i32
;
var
<function>
b
:
vec4
<f32>
;
var
<function>
c
:
mat2x2
<f32>
;
a
/=
2
;
b
*=
mat4x4
<f32>
();
c
*=
2.0
;
}