SPIRV-Cross/reference/opt/shaders-msl/comp/access-private-workgroup-in-function.comp
Hans-Kristian Arntzen af75ef005f Update glslang and SPIRV-Tools.
A lot of changes in spirv-opt output.
Some new invalid SPIR-V was found but most of them were not significant
for SPIRV-Cross, so just marked them as invalid.
2018-09-27 11:10:22 +02:00

10 lines
157 B
Plaintext

#include <metal_stdlib>
#include <simd/simd.h>
using namespace metal;
kernel void main0(uint gl_LocalInvocationIndex [[thread_index_in_threadgroup]])
{
}