RetroArch/deps/SPIRV-Cross/reference/opt/shaders-msl/comp/access-private-workgroup-in...

12 lines
160 B
Plaintext

#include <metal_stdlib>
#include <simd/simd.h>
using namespace metal;
constant uint3 gl_WorkGroupSize [[maybe_unused]] = uint3(1u);
kernel void main0()
{
}