This website works better with JavaScript.
Home
Explore
Help
Sign In
blobt
/
shader2
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36
Commits
1
Branch
0
Tags
171 MiB
C++
58.7%
C
41%
GLSL
0.2%
Tree:
4266fe4133
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4266fe4133'
${ noResults }
shader2
/
res
/
shader
/
WhiteColor.fs
3 lines
42 B
Raw
Blame
History
void
main
(
)
{
gl_FragColor
=
vec4
(
1.0
)
;
}
Reference in new issue