Starts rendering.

Prototype declaration:


KMINT32
kmRender(
		IN   KMDWORD    dwFlipMode
);

Description:

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.
Parameters:
dwFlipMode(input)
        This parameter specifies the flip mode, as follows:
            KM_RENDER_FLIP
            KM_RENDER_NOFLIP
Return values:
Value Explanation
0 < (return) Success
0 > (return) Failure