Starts the scene.

Prototype declaration:


KMSTATUS KMAPI
kmBeginScene(
		IN OUT  PKMSYSTEMCONFIGSTRUCT   pSystemConfigStruct
);

Description:

This function starts the scene.
Operation is not guaranteed if this function is not called at the start of the scene.

(Example)
	kmBeginScene();
	  kmBeginPass();
		...
		...
		...
	  kmEndPass();
	kmEndScene();
Parameters:
pSystemConfigStruct(input)
        This parameter is a pointer to KMSYSTEMCONFIGSTRUCT.
Return values:
Value Explanation
KMSTATUS_SUCCESS Success