SKIP: FAILED | |
#include <metal_stdlib> | |
using namespace metal; | |
thread float3x2 x_200 = float3x2(float2(1.5f, 2.0f), float2(2.0f, 3.0f), float2(3.0f, 4.0f)); | |
void main_1() { | |
} | |
fragment void tint_symbol() { | |
main_1(); | |
} | |
program_source:4:17: error: program scope variable must reside in constant address space | |
thread float3x2 x_200 = float3x2(float2(1.5f, 2.0f), float2(2.0f, 3.0f), float2(3.0f, 4.0f)); | |
^ | |