Sign in
dawn
/
dawn
/
711ed9e932e36b8050230e3a7def0874005daa6e
/
.
/
test
/
tint
/
access
/
let
/
vector.spvasm.expected.dxc.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
;
}