Public Member Functions | |
| void | flush () |
Public Attributes | |
| uint32_t | format |
| the GL format | |
| uint32_t | type |
| the GL type | |
| base::Bufferb | pixels |
| The pixel data. | |
| uint32_t | compressorName |
| the compressor used | |
| bool | isCompressed |
| The compressed pixel data is valid. | |
| std::vector< uint64_t > | compressedSize |
| Sizes of the compressed pixel data blocks. | |
| std::vector< void * > | compressedData |
| The compressed pixel data blocks. | |
Definition at line 44 of file image.h.
| std::vector< uint64_t > eq::Image::PixelData::compressedSize |
Sizes of the compressed pixel data blocks.
Definition at line 59 of file image.h.
Referenced by eq::Image::setPixelData(), and eq::FrameData::transmit().
| std::vector< void* > eq::Image::PixelData::compressedData |
The compressed pixel data blocks.
Definition at line 61 of file image.h.
Referenced by eq::Image::setPixelData(), and eq::FrameData::transmit().
0.9.1 by
1.6.1