unplugged-system/external/skia/tests/sksl/metal/Ossfuzz48371.metal

12 lines
189 B
Metal

#include <metal_stdlib>
#include <simd/simd.h>
using namespace metal;
struct Inputs {
};
struct Outputs {
half4 sk_FragColor [[color(0)]];
};
struct Globals {
texture2d<half> s;
};