Sign in
dawn
/
dawn
/
f6d51ec54d46e90b26d611e17abb1ef41f801160
/
.
/
test
/
tint
/
const
/
global
/
global.wgsl.expected.ir.fxc.hlsl
blob: d951bec615aaf2680c13c55dbfeeadeda11a184b [
file
] [
log
] [
blame
]
float4 main
()
{
int
v1
=
1
;
uint
v2
=
1u
;
float
v3
=
1.0f
;
int3 v4
=
(
1
).
xxx
;
uint3 v5
=
(
1u
).
xxx
;
float3 v6
=
(
1.0f
).
xxx
;
float3x3 v7
=
float3x3
((
1.0f
).
xxx
,
(
1.0f
).
xxx
,
(
1.0f
).
xxx
);
float
[
10
]
v9
=
(
float
[
10
])
0
;
return
(
0.0f
).
xxxx
;
}