Prototype declaration:
KMINT32 kmRender( IN KMDWORD dwFlipMode );
Description:
Parameters:This function notifies Kamui when registration of one page of vertex data in relation to the tile accelerator is completed. When the vertex data rendering is completed, it starts to apply rendering to the back buffer. Issue kmEndScene (the end of the scene) after this function.
Return values:dwFlipMode(input) This parameter specifies the flip mode, as follows: KM_RENDER_FLIP KM_RENDER_NOFLIP
Value Explanation 0 < (return) Success 0 > (return) Failure