131410a7d1
Change-Id: I7b53df1eae83a596c4d1f3620e7f9bd146f68af2 Bug: oss-fuzz:36655 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/434465 Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com>
9 lines
147 B
Metal
9 lines
147 B
Metal
#include <metal_stdlib>
|
|
#include <simd/simd.h>
|
|
using namespace metal;
|
|
struct Inputs {
|
|
};
|
|
struct Outputs {
|
|
float4 sk_FragColor [[color(0)]];
|
|
};
|