blob: cf5cdff0319e3a321f73564b5c2ccf42f1a418e8 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
fragment float4 frag_main() {
float b = 0.0f;
float3 v = float3(b);
return float4(v, 1.0f);
}