Sign in
dawn
/
tint
/
d12379a4057b1180f5c5678f9541cb821dffc093
/
.
/
test
/
ptr_ref
/
access
/
vector.wgsl.expected.hlsl
blob: ca38a41635a1fa068e8ebf8b1a31b03a7d8e4e85 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
float3 v
=
float3
(
1.0f
,
2.0f
,
3.0f
);
v
.
y
=
5.0f
;
return
;
}