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