]> gitweb.factorcode.org Git - factor.git/commit
improve uniform-tuple interface in gpu.render. uniform-tuples can now contain other...
authorJoe Groff <arcata@gmail.com>
Thu, 23 Jul 2009 03:32:02 +0000 (22:32 -0500)
committerJoe Groff <arcata@gmail.com>
Thu, 23 Jul 2009 03:32:02 +0000 (22:32 -0500)
commitbba46d2b3091dc9574e017fd948ba145d2b04342
treedcd44277371fcc77675e1cee38e454a037e44678
parent3bbc9835fcf509e3f2e626f46c0e831d06266649
improve uniform-tuple interface in gpu.render. uniform-tuples can now contain other uniform-tuples to represent struct uniforms. use glUniform*v to blast uniform arrays in one shot. s/-/_/ in slot names so they look more factorish on the CPU side
extra/gpu/demos/bunny/bunny.factor
extra/gpu/demos/raytrace/raytrace.factor
extra/gpu/render/render.factor