Struct ImageData

Struct Documentation

struct ImageData

Public Functions

ImageData(Ogre::PixelFormat pixformat, const uint8_t *data_ptr, size_t data_size_in_bytes, bool take_ownership)
~ImageData()

Public Members

Ogre::PixelFormat pixel_format_
const uint8_t *data_ptr_
size_t size_in_bytes_
bool has_ownership_