void GetMipLevelPlane(unsigned mipLevel, unsigned plane, ImagePlane* pplane) const;
GetMipLevelPlane finds the corresponding image plane given a miplevel and plane index.
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. |