OSDN Git Service

progs/xdemos: added multictx.c (multi-context rendering demo)
authorBrian Paul <brianp@vmware.com>
Thu, 6 Aug 2009 22:04:03 +0000 (16:04 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 7 Aug 2009 15:52:18 +0000 (09:52 -0600)
commitc02b38d169617a23e918d5155936851f0ad5b599
tree563da3dbd65c1f383d732dc61abc9501815e60ca
parent2c9812e3d346eb07180da520909b142e8afc1c59
progs/xdemos: added multictx.c (multi-context rendering demo)

Create one window and render into it with two GLX contexts.  Setup the
rendering state differently for each context to be sure there's no state
"bleeding" between contexts.
progs/xdemos/Makefile
progs/xdemos/multictx.c [new file with mode: 0644]