index
:
opengl_learning.git
master
Unnamed repository; edit this file 'description' to name the repository.
pryazha
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
advanced_lighting
/
2.gamma_correction
/
shaders
/
light.frag
blob: c01da99ad46c57e971fb84f05ecca4f43f05e143 (
plain
)
1
2
3
4
5
6
7
8
#version 330 core out vec4 frag_color; void main(void) { frag_color = vec4(1.0); }