]> git.sesse.net Git - bmusb/commit
Add support for callbacks in the dequeue thread.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 12 Oct 2015 19:23:55 +0000 (21:23 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 12 Oct 2015 19:23:55 +0000 (21:23 +0200)
commitdae0dae8694ebf5e1255c17dca18dc03e4a0d961
tree54d0b7d472247317e1088a91da3dfa95f475ea5c
parent30929c8ebab480afe338104cbc490016d8dcc932
Add support for callbacks in the dequeue thread.

The typical use for this would be setting up and tearing down an
OpenGL context or similar. You can fake it easily enough for
startup, but it's much worse for shutdown (which is coming soon).
bmusb.cpp
bmusb.h