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.
10
Commits
1
Branch
0
Tags
171 MiB
Tree:
ec1b6a886b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ec1b6a886b'
${ noResults }
shader2
/
res
/
shader
/
test.fs
2 lines
42 B
Raw
Normal View
History
绘制model
4 years ago
void
main()
{
gl_FragColor
=
vec4(1.0);
}