Registers with the system as the second rendering parameter.

Prototype declaration:


KMSTATUS KMAPI
kmSetModifierRenderState(
        OUT PKMVERTEXBUFFDESC   pVertexBuffDesc,
        IN  PKMVERTEXCONTEXT    pVertexContext
);

Description:

This function registers with the system as the second rendering parameter.
(pVertexBuffDesc->pGlobalParam)
When starting a vertex data strip with the data registered here, use kmStartVertexStrip.
Parameters:
pVertexBuffDesc(output)
        This parameter is a pointer to KMVERTEXBUFFDESC.

pVertexContext(input)
        This parameter is a pointer to KMVERTEXCONTEXT.
Return values:
Value Explanation
KMSTATUS_SUCCESS Success