Shader comments
This commit is contained in:
parent
cff498a328
commit
717693557f
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
using namespace metal;
|
using namespace metal;
|
||||||
|
|
||||||
|
// ------------------
|
||||||
|
// Simple Blit Shader
|
||||||
|
// ------------------
|
||||||
|
|
||||||
constant float2 quadVertices[] = {
|
constant float2 quadVertices[] = {
|
||||||
float2(-1, -1),
|
float2(-1, -1),
|
||||||
float2(-1, 1),
|
float2(-1, 1),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue