bool IsNonPow2Supported(ImageFormat format, UInt16 use);
IsNonPow2Supported determines whether non-power of two textures is supported.
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. |
A Boolean value of true if non-power of two textures are supported and false otherwise.