Sign in
dawn
/
dawn
/
22fc5cd5bf634ecaf217d72f8c9dc33e5a1db50b
/
.
/
test
/
tint
/
access
/
let
/
vector.spvasm.expected.ir.msl
blob: 6c3fd43ab8b641d7111790689d2b3b54653bf908 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
float
const
x_11
=
2.0f
;
float2
const
x_13
=
float2
(
1.0f
,
3.0f
);
float3
const
x_14
=
float3
(
1.0f
,
3.0f
,
2.0f
);
}
kernel
void
tint_symbol
()
{
main_1
();
}