Mount Fuji Engine  0.8b
MF_API void MFTexture_GetTextureDimensions ( const MFTexture pTexture,
int *  pWidth,
int *  pHeight 
)

Gets the dimensions of a texture.

Parameters
pTexturePointer to a texture.
pWidthOptional pointer to an in that receives the width.
pHeightOptional pointer to an in that receives the height.
Returns
None.