ImagePlane& GetPlaneRef(unsigned plane = 0); const ImagePlane& GetPlaneRef(unsigned plane = 0) const;
GetPlaneRef returns reference to the plane. This function can't be used to reference mipmap level > 0 if Flag_SeparateMipmaps is not used, since in that case mipmap planes are virtualized.
Parameters |
Description |
unsigned plane = 0 |
An index value indicating which plane should be referenced. |
A reference to the ImagePlane.