Navigation
API > API/Developer > API/Developer/TextureFormat > API/Developer/TextureFormat/Interfaces > API/Developer/TextureFormat/Interfaces/ITextureTiler
References
Module | TextureFormat |
Header | /Engine/Source/Developer/TextureFormat/Public/Interfaces/ITextureFormat.h |
Include | #include "Interfaces/ITextureFormat.h" |
FSharedBuffer ProcessMipLevel
(
const FEncodedTextureDescription & InTextureDescription,
const FEncodedTextureExtendedData & InExtendedData,
TArrayView < FMemoryView > InLinearSurfaces,
int32 InMipIndex
) const
Remarks
InLinearSurfaces must have the necessary input mips for the mip level - i.e. for a packed mip tail, InMipIndex is the index of the top mip of the tail, and InLinearSurfaces must have all the source mips for the entire tail.