WIP: Experimental: Metal backend #439

Closed
GreemDev wants to merge 374 commits from metal into master
Showing only changes of commit a03471a8ab - Show all commits

View File

@ -2,6 +2,10 @@
using namespace metal; using namespace metal;
// ------------------
// Simple Blit Shader
// ------------------
constant float2 quadVertices[] = { constant float2 quadVertices[] = {
float2(-1, -1), float2(-1, -1),
float2(-1, 1), float2(-1, 1),