ImageData::GetMipLevelPlane

ImageData::GetMipLevelPlane
void GetMipLevelPlane(unsigned mipLevel, unsigned plane, ImagePlane* pplane) const;
Description

GetMipLevelPlane finds the corresponding image plane given a miplevel and plane index.

Parameters
Parameters 
Description 
unsigned mipLevel 
The mipmap level to use. 
unsigned plane 
The plane index. 
ImagePlane* pplane 
A pointer to an ImagePlane which will contain the result.