Prototype declaration:
KMSTATUS KMAPI kmQueryFinishLastTextureDMA(KMVOID);
Description:
Parameters: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.
Return values:None
Value Explanation KMSTATUS_SUCCESS Previous texture load DMA transfer ended. KMSTATUS_NOT_FINISH_DMA Previous texture load DMA transfer not ended.