dsource.org
Open Source Development for
the D Programming Language
Home
Projects
Forums
Tutorials
Site
vector2d
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Login
Help/Guide
About Trac
Search:
Last Change
Revision Log
root
/
trunk
/
fragment2.glsl
View revision:
Revision
5
, 93 bytes (checked in by aliloko, 7 months ago)
First commit
Property
svn:executable
set to
*
Line
1
uniform vec2 mouse;
2
3
void main() {
4
5
gl_FragColor = vec4(0.,0.,0.,0.02);;
6
7
}
Note:
See
TracBrowser
for help on using the browser.
Download in other formats:
Original Format