Sign in
dawn
/
dawn
/
9ff0274062ffa8efed52f9e78f282cc22415800d
/
.
/
test
/
tint
/
expressions
/
index
/
let
/
literal
/
vector.wgsl.expected.ir.dxc.hlsl
blob: 00ddf5267df9551c6e90be53015795472266e651 [
file
] [
log
] [
blame
]
float
f
()
{
float3 v
=
float3
(
1.0f
,
2.0f
,
3.0f
);
return
v
[
1
];
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}