projects
/
movit
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add support for compute shaders.
[movit]
/
footer.compute
1
// GLSL is pickier than the C++ preprocessor in if-testing for undefined
2
// tokens; do some fixups here to keep it happy.
3
4
void main()
5
{
6
INPUT();
7
}