|
| From: | Georg Klein |
| Subject: | Re: [libcvd-members] libcvd/cvd gl_helpers.h |
| Date: | Tue, 8 May 2007 14:40:35 +0100 (BST) |
+ struct TextureStore {
+ static std::map<const void *, GLuint> texIds;
^^^^^^
N.B., this will break if you try to use one image from two different
contexts (not that uncommon.)
| [Prev in Thread] | Current Thread | [Next in Thread] |