Sign in
dawn
/
dawn
/
6e647fb401b75ce06f3e65e77e4dc591462b5781
/
.
/
test
/
tint
/
samples
/
simple.wgsl.expected.ir.msl
blob: e138cac7c7dcb8e0205ca167faf774e6acb4109c [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
bar
()
{
}
fragment float4 tint_symbol
()
{
float2 a
=
float2
(
0.0f
);
bar
();
return
float4
(
0.40000000596046447754f
,
0.40000000596046447754f
,
0.80000001192092895508f
,
1.0f
);
}