Sign in
skia
/
skia
/
97be28c4cc05231fe6e70dc32662c24700e731cc
/
.
/
tests
/
sksl
/
shared
/
Ossfuzz50636.metal
blob: 728595a8271b6372f65ff5903b3a50a47c5dcc89 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
#include
<simd/simd.h>
using
namespace
metal
;
struct
S
{
int
h
[
1
];
};
struct
Inputs
{
};
struct
Outputs
{
half4 sk_FragColor
[[
color
(
0
)]];
};