blob: 69f37a73d34e8384afca0b35130496858cbc4774 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
vertex float4 tint_symbol(uint b [[]]) {
return float4(float(b));
}
program_source:4:27: error: invalid type 'uint' (aka 'unsigned int') for input declaration in a vertex function
vertex float4 tint_symbol(uint b [[]]) {
^~~~~~