static nnResult CopyTexture2DResourceLinearToBlock( const Texture2DResource * source, s32 srcMipLevelIndex, u32 srcOffestY, s32 srcCountRow, const Texture2DResource * dest, s32 dstMipLevelIndex, u32 dstOffestY ); static nnResult CopyTexture2DResourceLinearToBlock( u8 * srcAddr, u32 width, u32 height, const Texture2DResource * dest, s32 dstMipLevelIndex, u32 dstOffestY );
| CopyTexture2DResourceLinearToBlock ( const Texture2DResource *, s32, u32, s32, const Texture2DResource *, s32, u32 ) | Adds a command for converting the source Texture2DResource resource from a block image to a linear image and transferring it to the specified Texture2DResource to the current command list. |
| CopyTexture2DResourceLinearToBlock ( u8 *, u32, u32, const Texture2DResource *, s32, u32 ) | Adds a command for converting the image at the specified address from a linear image to a block image and transferring it to the destination Texture2DResource to the current command list. |
Pixel formats that can be specified for the source and destination:
.
Pixel formats that can be specified for the destination:
.
CONFIDENTIAL