mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 23:54:06 +00:00
10 lines
97 B
GLSL
10 lines
97 B
GLSL
#include <metal_stdlib>
|
|
#include <simd/simd.h>
|
|
|
|
using namespace metal;
|
|
|
|
vertex void main0()
|
|
{
|
|
}
|
|
|