8538b4c9c0
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.
10 lines
97 B
GLSL
10 lines
97 B
GLSL
#include <metal_stdlib>
|
|
#include <simd/simd.h>
|
|
|
|
using namespace metal;
|
|
|
|
vertex void main0()
|
|
{
|
|
}
|
|
|