10 lines
97 B
GLSL
10 lines
97 B
GLSL
#include <metal_stdlib>
|
|
#include <simd/simd.h>
|
|
|
|
using namespace metal;
|
|
|
|
vertex void main0()
|
|
{
|
|
}
|
|
|