Prototype declaration:
KMSTATUS KMAPI kmStartVertexStrip( IN PKMVERTEXBUFFDESC pVertexBuffDesc );
Description:
Parameters:This function starts Strip. This function writes the rendering parameters indicated by pVertexBufferDesc -> pGlobalParam that was set by kmSetStripHead/kmSetVertexRenderState/kmSetModifierRenderState to the vertex buffer of the set ListType. Note: Operation is not guaranteed if these vertex types are different if the combination of the vertex type of the rendering parameter that is written here and the vertex type that is written in kmSetVertex subsequently to this function is incorrect.
Return values:pVertexBuffDesc(input) This parameter is a pointer to KMVERTEXBUFFDESC.
Value Explanation KMSTATUS_SUCCESS Success