mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 03:12:26 -07:00
Shader comments
This commit is contained in:
committed by
Isaac Marovitz
parent
93c71110e1
commit
a03471a8ab
@@ -2,6 +2,10 @@
|
||||
|
||||
using namespace metal;
|
||||
|
||||
// ------------------
|
||||
// Simple Blit Shader
|
||||
// ------------------
|
||||
|
||||
constant float2 quadVertices[] = {
|
||||
float2(-1, -1),
|
||||
float2(-1, 1),
|
||||
|
Reference in New Issue
Block a user