mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
gpu rewrite initial commit
This commit is contained in:
parent
0d4ed51cd9
commit
4cf808facd
133 changed files with 35491 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#version 450
|
||||
|
||||
layout (triangles) in;
|
||||
layout (triangles, invocations = 1) in;
|
||||
layout (triangle_strip, max_vertices = 4) out;
|
||||
|
||||
void main(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue