![]() |
Plasma Engine
2.0
|
Interface for a single image conversion step where the source format is uncompressed and the target format is compressed. More...
#include <ImageConversion.h>

Public Member Functions | |
| virtual plResult | CompressBlocks (plConstByteBlobPtr source, plByteBlobPtr target, plUInt32 uiNumBlocksX, plUInt32 uiNumBlocksY, plImageFormat::Enum sourceFormat, plImageFormat::Enum targetFormat) const =0 |
| Compresses the given number of blocks. | |
Public Member Functions inherited from plImageConversionStep | |
| virtual plArrayPtr< const plImageConversionEntry > | GetSupportedConversions () const =0 |
| Returns an array pointer of supported conversions. | |
Additional Inherited Members | |
Static Public Member Functions inherited from plNoBase | |
| static const plRTTI * | GetStaticRTTI () |
Protected Attributes inherited from plEnumerable< plImageConversionStep > | |
| plEnumerable * | m_pNextInstance |
Interface for a single image conversion step where the source format is uncompressed and the target format is compressed.