TextureManager::IsNonPow2Supported

TextureManager::IsNonPow2Supported
bool IsNonPow2Supported(ImageFormat format, UInt16 use);
Description

IsNonPow2Supported determines whether non-power of two textures is supported.

Parameters
Parameters 
Description 
ImageFormat format 
The image format used for the images in the texture. 
UInt16 use 
The capability flag set to indicate non power of two texture. 
Return Value

A Boolean value of true if non-power of two textures are supported and false otherwise.