index
:
balls
hetero
opencl
tbb
thread
Bouncing balls simulation.
Sam Anthony
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
balls.vert
blob: 8313b0690e54a5beecf44fd870e860a60765109a (
plain
) (
blame
)
1
2
3
4
5
6
7
8
#version 130 in vec4 in_coords; void main(void) { gl_Position = in_coords; }