Shader comments

This commit is contained in:
Isaac Marovitz 2023-08-03 08:50:36 -04:00
parent 30e43b58b5
commit 6b264ec9f7
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
1 changed files with 4 additions and 0 deletions

View File

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