Prototype declaration:
KMSTATUS KMAPI kmStartStrip( IN PKMVERTEXBUFFDESC pVertexBuffDesc, IN PKMSTRIPHEAD pStripHead );
Description:
Parameters:This function performs start of Strip(direct transfer). This function writes the rendering parameters that were constructed in KMSTRIPHEAD to the vertex buffer indicated by ListType in the internal data. This API does not set pVertexBuffDesc->pGlobalParam, but performs direct transfer. Note: For the vertex type of the rendering parameter that is written here, use the same vertex type that is written in kmSetVertex subsequently to this function. Operation is not guaranteed if these vertex types are different.
Return values:pVertexBuffDesc(input) This parameter is a pointer to KMVERTEXBUFFDESC. pStripHead(input) This parameter is a pointer to KMSTRIPHEAD.
Value Explanation KMSTATUS_SUCCESS Success