This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
bgfx
Watch
1
Star
0
Fork
You've already forked bgfx
0
mirror of
https://github.com/scratchfoundation/bgfx.git
synced
2024-11-25 09:08:22 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d0005a5ff8
bgfx
/
3rdparty
/
glsl-optimizer
/
tests
/
fragment
/
opt-copyprop-struct-out.txt
7 lines
70 B
Text
Raw
Normal View
History
Unescape
Escape
Initial commit.
2012-04-03 23:30:07 -04:00
varying float var;
void main ()
{
Added more examples.
2012-10-07 23:41:18 -04:00
gl_FragColor = vec4(abs(var));
Initial commit.
2012-04-03 23:30:07 -04:00
}
Reference in a new issue
Copy permalink