Sign in
dawn
/
dawn
/
648a2b32c94e2bbda7f12076ff57ace9699e602e
/
.
/
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
);
}