blob: 773b17f4370d4e1a4e6b16f9325f6a030cdf7994 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
texturecube_array<float, access::sample> t_f;
texturecube_array<int, access::sample> t_i;
texturecube_array<uint, access::sample> t_u;
void tint_symbol() {
}