Sign in
dawn
/
dawn
/
62d9848ecc4e59ebc32d2b4555a32f250419cbd0
/
.
/
test
/
tint
/
access
/
var
/
vector.spvasm.expected.dxc.hlsl
blob: 3936e785d85aa6d689541f939a5c665505dbbe23 [
file
] [
log
] [
blame
]
void
main_1
()
{
float3 v
=
(
0.0f
).
xxx
;
const
float
x_14
=
v
.
y
;
const
float2 x_17
=
v
.
xz
;
const
float3 x_19
=
v
.
xzy
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}