Prototype declaration:
KMSTATUS KMAPI kmBeginPass( IN OUT PKMVERTEXBUFFDESC pVertexBuffDesc );
Description:
Parameters:This function starts Pass. Operation is not guaranteed if this function is not called at the start of the pass. (Example) kmBeginScene(); kmBeginPass(); ... ... ... kmEndPass(); kmEndScene();
Return values:pVertexBuffDesc(input) This parameter is a pointer to KMVERTEXBUFFDESC.
Value Explanation KMSTATUS_SUCCESS Success