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

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

#include <ImageConversion.h>

Inheritance diagram for plImageConversionStepCompressBlocks:

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 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 uncompressed and the target format is compressed.


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