ImageSwizzlerContext

ImageSwizzlerContext
struct ImageSwizzlerContext : public Unassignable {
  ImageSwizzler& Swizzler;
  UByte * pCurrentScanline;
  ImageData * pImage;
  unsigned CachedBlockY;
  const int * CachedBlockLine;
  ImagePlane * pPlane;
};
Description

ImageSwizzlerContext exists so that there is an ImageSwizzler singleton, and the context holds the operational data in the location where the operations are performed.

Data Members
Data Member 
Description 
 
 
 
 
 
 
Methods
Method 
Description 
A pass-through function to ImageData::GetScanline on platforms without swizzled textures. 
A pass-through function to ImageData::GetPixelInScanline on platforms without swizzled textures. 
ImageSwizzlerContext constructor. 
A pass-through function to ImageData::SetPixelInScanline on platforms without swizzled textures. 
File

Render_Image.h