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