mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-12 04:42:43 -05:00
Shader comments
This commit is contained in:
committed by
Evan Husted
parent
fb8749ce4e
commit
0edec0d3ff
@@ -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