Equalizer
1.6.1
|
Asynchronous fetching thread. More...
#include <asyncFetcher.h>
Public Member Functions | |
void | setup (Window *window) |
void | stop () |
bool | tryGetTextureId (TextureId &val) |
void | deleteTexture (const void *key) |
Protected Member Functions | |
virtual void | run () |
Function for creating and holding of shared context. More... | |
const GLEWContext * | glewGetContext () const |
Asynchronous fetching thread.
Creates and supplies new textures to the main rendering pipe.
Definition at line 56 of file asyncFetcher.h.
|
protectedvirtual |
Function for creating and holding of shared context.
Generation and uploading of new textures over some period with sleep time.
Definition at line 120 of file asyncFetcher.cpp.
References eq::util::ObjectManager< class >::deleteAll(), eq::util::Texture::getName(), eq::util::Texture::init(), and eq::util::Texture::upload().