Starts Strip

Prototype declaration:


KMSTATUS KMAPI
kmStartVertexStrip(
		IN  PKMVERTEXBUFFDESC   pVertexBuffDesc
);

Description:

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.

Parameters:
pVertexBuffDesc(input)
        This parameter is a pointer to KMVERTEXBUFFDESC.
Return values:
Value Explanation
KMSTATUS_SUCCESS Success