SPIRV-Cross/reference/shaders-msl/asm/vert/empty-struct-composite.asm.vert
Hans-Kristian Arntzen 8538b4c9c0 Handle empty struct declarations with best effort.
This "feature" is a bit icky as we have no useful representation of it,
so never emit code which has anything to do with empty structs.
2017-10-06 13:05:14 +02:00

10 lines
97 B
GLSL

#include <metal_stdlib>
#include <simd/simd.h>
using namespace metal;
vertex void main0()
{
}