Sign in
dawn
/
dawn
/
ac5dbd2d0f7a249d75a6eaee42f34f83f711ce55
/
.
/
test
/
samples
/
simple.wgsl.expected.hlsl
blob: 9771c4264db47fa0c61fe1058af750c7cdb26489 [
file
] [
log
] [
blame
]
void
bar
()
{
}
struct
tint_symbol
{
float4 value
:
SV_Target0
;
};
tint_symbol main
()
{
float2 a
=
float2
(
0.0f
,
0.0f
);
bar
();
const
tint_symbol tint_symbol_1
=
{
float4
(
0.400000006f
,
0.400000006f
,
0.800000012f
,
1.0f
)};
return
tint_symbol_1
;
}