mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Shader comments
This commit is contained in:
parent
fb8749ce4e
commit
0edec0d3ff
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
using namespace metal;
|
||||
|
||||
// ------------------
|
||||
// Simple Blit Shader
|
||||
// ------------------
|
||||
|
||||
constant float2 quadVertices[] = {
|
||||
float2(-1, -1),
|
||||
float2(-1, 1),
|
||||
|
|
|
|||
Loading…
Reference in a new issue