This website works better with JavaScript.
Explore
Help
Sign In
Pariatech
/
business-tycoon
Watch
2
Star
0
Fork
You've already forked business-tycoon
0
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
Pariatech's Business Tycoon
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.
13
Commits
1
Branch
0
Tags
18 MiB
Tree:
85307adc92
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '85307adc92'
${ noResults }
business-tycoon
/
shaders
/
light.frag
8 lines
80 B
Raw
Normal View
History
Unescape
Escape
multiple light
3 years ago
#version 330 core
out
vec4
FragColor
;
void
main
(
)
{
FragColor
=
vec4
(
1.0
)
;
}