TextureFormat::GetScanlineCopyFn

TextureFormat::GetScanlineCopyFn
virtual Image::CopyScanlineFunc GetScanlineCopyFn() const = 0;
Description

GetScanlineCopyFn returns the function that copies rows from the Image’s format to the Texture’s format.

Return Value

The function pointer to the copy function.