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