index
:
pub/celeritas-core.git
master
vk
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
assets
/
shaders
/
grid.frag
blob: 5bce13bd6562ccecc901765528e7fafdbb60cbec (
plain
)
1
2
3
4
5
6
7
#version 410 core out vec4 FragColor; void main() { FragColor = vec4(1.0); }