Shader comments

This commit is contained in:
Isaac Marovitz 2023-08-03 08:50:36 -04:00 committed by Isaac Marovitz
parent 93c71110e1
commit a03471a8ab

View file

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