Checks for previous texture load DMA transfer end.

Prototype declaration:


KMSTATUS KMAPI
kmQueryFinishLastTextureDMA(KMVOID);

Description:

This function checks whether a DMA transfer started by the previous texture load function has ended.
The function is valid only if kmSetSystemConfiguration sets the 
KM_CONFIGFLAG_NOWAIT_FINISH_TEXTUREDMA flag.  Otherwise, KMSTATUS_SUCCESS is returned.
Parameters:
None
Return values:
Value Explanation
KMSTATUS_SUCCESS Previous texture load DMA transfer ended.
KMSTATUS_NOT_FINISH_DMA Previous texture load DMA transfer not ended.