Specifies the callback function to be called at the end of transfer of the data of one scene.

Prototype declaration:


KMSTATUS KMAPI
kmSetEndOfVertexCallback(
		IN   PKMCALLBACKFUNC    pEndOfVertexCallback, 
		IN   PVOID              pCallbackArguments
);

Description:

This function specifies the callback function to be called at the end of transfer of the data of one
scene from KAMUI to the rendering hardware.  Code the callback function in the following format:

	VOID EndOfVertexCallbackFunc(PVOID pCallbackArguments);

pCallbackArguments(input): Pointer to the parameter set at the specification
Parameters:
pEndOfVertexCallback(input)
        This parameter is a pointer to the callback function

pCallbackArguments(input)
        This parameter is a pointer to parameter to be passed to the function called at callback
Return values:
Value Explanation
KMSTATUS_SUCCESS Success