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