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
/
shadows.frag
blob: 0876b667ce39b6df0a23f43df781cffa1c5465ec (
plain
)
1
2
3
4
5
#version 410 core void main() { gl_FragDepth = gl_FragCoord.z; }