This website works better with JavaScript.
Explore
Help
Sign In
shariq
/
Symmetry
Watch
1
Star
0
Fork
You've already forked Symmetry
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A 3d fps game made in OpenGL
game
game-engine
opengl
c
fps-game
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.
353
Commits
2
Branches
0
Tags
82 MiB
C
97.6%
C++
1.5%
Objective-C
0.4%
GLSL
0.3%
Tag:
Branch:
Tree:
66cf5cc087
dev
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '66cf5cc087'
${ noResults }
Symmetry
/
assets
/
shaders
/
im_geom.frag
8 lines
98 B
Raw
Blame
History
uniform
vec4
geom_color
;
out
vec4
frag_color
;
void
main
(
)
{
frag_color
=
geom_color
;
}
Reference in new issue
View Git Blame
Copy Permalink