Sign in
dawn
/
dawn
/
144ebed4c7ee7c6ecddeedfa81d607bbf256e8f2
/
.
/
test
/
tint
/
access
/
let
/
vector.spvasm.expected.fxc.hlsl
blob: 362277e452638e3976f1553adefb27b0e2c13aee [
file
] [
log
] [
blame
]
void
main_1
()
{
float
x_11
=
2.0f
;
float2 x_13
=
float2
(
1.0f
,
3.0f
);
float3 x_14
=
float3
(
1.0f
,
3.0f
,
2.0f
);
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}