SPIRV-Cross/reference/opt/shaders-msl/comp/functions.comp

12 lines
145 B
Plaintext
Raw Normal View History

#include <metal_stdlib>
#include <simd/simd.h>
using namespace metal;
kernel void main0()
{
threadgroup int foo[1337];
foo[0] = 13;
}