OSDN Git Service

demos: Fix the VBO usage in glsl/multitex.
authorEric Anholt <eric@anholt.net>
Mon, 10 Aug 2009 22:50:22 +0000 (15:50 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 10 Aug 2009 22:53:47 +0000 (15:53 -0700)
commit74504c48ade0fdf2b2c6a932f2608bb51f88a29a
tree54f385ddeb29a723a2ead3da0250e5b810ef7e47
parent16a1f68c391688a631d1d8d47cd1ac78800bcffc
demos: Fix the VBO usage in glsl/multitex.

The fix for 965 to be noisy when apps sent pointers instead of VBO offsets
caught this app in the act of doing exactly that.

Bug #23203
progs/glsl/multitex.c