TextureFormat

TextureFormat
struct TextureFormat : public NewOverrideBase<StatRender_TextureManager_Mem> {
};
Description

TextureFormat describes format of the texture and its caps. Format includes allowed usage capabilities and ImageFormat from which texture is supposed to be initialized. Replacement structs for each backend exist.

Methods
Method 
Description 
Returns the format of the image. 
Returns the number of planes in the ImageData
Returns the function that copies rows from the Image’s format to the Texture’s format. 
Returns the function that copies rows from the Texture’s format to the Image’s format. 
File

Render_Image.h