Prototype declaration:
KMSTATUS KMAPI kmSetStripHead( OUT PKMVERTEXBUFFDESC pVertexBuffDesc, IN PKMSTRIPHEAD pStripHead );
Description:
Parameters:This function registers the rendering parameters (KMSTRIPHEAD) in pGlobalParam from pVertexBuffDesc. When starting a vertex data strip with the data registered here, use kmStartVertexStrip.
Return values:pVertexBuffDesc(output) This parameter is a pointer to KMVERTEXBUFFDESC. pStripHead(input) This parameter is a pointer to KMSTRIPHEAD.
Value Explanation KMSTATUS_SUCCESS Success