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 17:18:12 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e78545af88
bgfx
/
3rdparty
/
glsl-optimizer
/
tests
/
fragment
/
bug-global-init-out.txt
7 lines
74 B
Text
Raw
Normal View
History
Unescape
Escape
Initial commit.
2012-04-03 23:30:07 -04:00
uniform float value;
void main ()
{
Added more examples.
2012-10-07 23:41:18 -04:00
gl_FragColor = vec4(log(value));
Initial commit.
2012-04-03 23:30:07 -04:00
}
Reference in a new issue
Copy permalink