I copy the CubeBaseMetal.h/.m from the sample and I tried to use it in my project , but I always get this error
Type name requires a specifier or qualifier
struct VertexUniform {
simd::float4x4 modelView; // error here
simd::float4x4 projection; // error here
};
so please if anyone face this kindly help me with it
Hi Ghassan,
Could you please provide further details on the issue:
Thanks,
Eva
Ghassan ALMarei
I copy the CubeBaseMetal.h/.m from the sample and I tried to use it in my project , but I always get this error
Type name requires a specifier or qualifier
struct VertexUniform {
simd::float4x4 modelView; // error here
simd::float4x4 projection; // error here
};
so please if anyone face this kindly help me with it