Sign in
dawn
/
dawn
/
f35bd1bae613c97b4d93c19dd23a7009cd10e5fb
/
.
/
test
/
tint
/
access
/
let
/
vector.spvasm.expected.ir.msl
blob: 92084da34b8c48d26d81393e4514a6ca1d8a30c8 [
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
();
}