2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 04:17:03 +00:00

macOS API sync

This commit is contained in:
Jack Andersen
2018-10-15 17:17:02 -10:00
parent 1851308021
commit 919140c06f
11 changed files with 816 additions and 31 deletions

View File

@@ -109,7 +109,7 @@ vertex VertToFrag vmain(VertData v [[ stage_in ]], constant CAABoxUniform& bu [[
}
#fragment metal
"struct VertToFrag
struct VertToFrag
{
float4 pos [[ position ]];
float4 color;