Sign in
dawn
/
dawn
/
ea12bfae75b8e57931b32880ac20cf4500dae9aa
/
.
/
test
/
tint
/
expressions
/
binary
/
add
/
scalar-vec3
/
f32.wgsl.expected.fxc.hlsl
blob: bab272bbf2102a499bd5106643572852265d46b8 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
float
a
=
4.0f
;
const
float3 b
=
float3
(
1.0f
,
2.0f
,
3.0f
);
const
float3 r
=
(
a
+
b
);
return
;
}