Plasma Engine  2.0
Loading...
Searching...
No Matches
plImageConversionStepDecompressBlocks Class Referenceabstract

Interface for a single image conversion step where the source format is compressed and the target format is uncompressed. More...

#include <ImageConversion.h>

Inheritance diagram for plImageConversionStepDecompressBlocks:

Public Member Functions

virtual plResult DecompressBlocks (plConstByteBlobPtr source, plByteBlobPtr target, plUInt32 uiNumBlocks, plImageFormat::Enum sourceFormat, plImageFormat::Enum targetFormat) const =0
 Decompresses the given number of blocks.
 
- Public Member Functions inherited from plImageConversionStep
virtual plArrayPtr< const plImageConversionEntryGetSupportedConversions () const =0
 Returns an array pointer of supported conversions.
 

Additional Inherited Members

- Static Public Member Functions inherited from plNoBase
static const plRTTIGetStaticRTTI ()
 
- Protected Attributes inherited from plEnumerable< plImageConversionStep >
plEnumerablem_pNextInstance
 

Detailed Description

Interface for a single image conversion step where the source format is compressed and the target format is uncompressed.


The documentation for this class was generated from the following file: