Go to the documentation of this file.
21 #ifndef GNASH_GNASHTEXTURE_H
22 #define GNASH_GNASHTEXTURE_H
25 #include <boost/shared_ptr.hpp>
36 unsigned int _internal_format;
44 {
return _internal_format; }
55 unsigned int _texture;
60 unsigned int old_texture;
61 unsigned int was_enabled : 1;
62 unsigned int was_bound : 1;
94 {
return _format.internal_format(); }
113 void update(
const boost::uint8_t *
data);