18 #ifndef EQUTIL_TYPES_H
19 #define EQUTIL_TYPES_H
21 #include <eq/client/types.h>
30 class AccumBufferObject;
31 class FrameBufferObject;
32 class PixelBufferObject;
38 typedef std::vector< Texture* >
Textures;
40 #ifdef EQ_USE_DEPRECATED
45 #endif // EQUTIL_TYPES_H
util::BitmapFont< const void * > BitmapFont
The bitmap font used in the client library.
A facility class to manage OpenGL objects across shared contexts.
std::vector< Texture * > Textures
A vector of pointers to eq::util::Texture.