This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
Opentk
Watch
1
Star
0
Fork
You've already forked Opentk
0
mirror of
https://github.com/Ryujinx/Opentk.git
synced
2024-12-30 20:45:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0c10f29bd8
Opentk
/
Source
/
Examples
/
Data
/
Shaders
/
Simple_FS.glsl
5 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Normalized line endings Hopefully this is the first and last time we have to do this.
2013-10-10 23:58:54 +00:00
/* Copies incoming fragment color without change. */
void main()
{
gl_FragColor = gl_Color;
Added example data.
2007-11-11 18:43:16 +00:00
}
Reference in a new issue
Copy permalink