SPIRV-Cross/reference/shaders-msl-no-opt/asm/vert/pointer-to-pointer.asm.vert
2021-02-26 13:37:14 +01:00

21 lines
349 B
GLSL

#pragma clang diagnostic ignored "-Wmissing-prototypes"
#include <metal_stdlib>
#include <simd/simd.h>
using namespace metal;
device float* thread * constant _9 = {};
static inline __attribute__((always_inline))
void _10(device float* thread * const thread & _11)
{
}
vertex void main0()
{
device float* thread * _14 = _9;
_10(_14);
}