blob: 328708c32ef778fba63067383bd2fb2c77048353 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol(const constant float3x3* tint_symbol_1 [[buffer(0)]]) {
float3x3 const x = *(tint_symbol_1);
return;
}