GX_LoadClearImageDepth


C Specification

#include <nitro/gx/gx_load.h>

void GX_LoadClearImageDepth(const void *pSrc, u32 szByte);

Description

This function uses DMA to transfer the clear image (depth) to the clear image slot. The DMA channel that is used is GX_DMAID (defined in gxcommon.h). szByte must be a multiple of 4. Call between GX_BeginLoadClearImage and GX_EndLoadClearImage.

Notes:

Arguments

pSrc Pointer to transfer source
szByte Transfer size (in bytes)

Return Values

None

See Also

GX_BeginLoadClearImage, GX_LoadClearImageColor, GX_EndLoadClearImage

Revision History

01/19/2004 Initial Version