index
:
game
master
A "game" written from scratch in Rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
fragment-light.glsl
blob: 0d46bea5c785e7d9aecc12edaf09afc0534dd06c (
plain
)
1
2
3
4
5
6
7
#version 330 core out vec4 FragColor; void main() { FragColor = vec4(1.0); }