Welcome to mirror list, hosted at ThFree Co, Russian Federation.

unused-subgroup-builtin.msl22.vert « vert « shaders-msl-no-opt « reference - github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e024c2095b60db638ed484b3db5b863d3d99b8a (plain)
1
2
3
4
5
6
7
8
9
#include <metal_stdlib>
#include <simd/simd.h>

using namespace metal;

vertex void main0()
{
}