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;
43 unsigned int internal_format()
const
44 {
return _internal_format; }
47 unsigned int format()
const
55 unsigned int _texture;
60 unsigned int old_texture;
61 unsigned int was_enabled : 1;
62 unsigned int was_bound : 1;
77 unsigned int flags()
const
89 unsigned int texture()
const
93 unsigned int internal_format()
const
94 {
return _format.internal_format(); }
97 unsigned int format()
const
113 void update(
const boost::uint8_t *
data);