Prototype declaration:
KMSTATUS KMAPI kmSetBackGroundPlane( IN PVOID pVertex[3], IN KMVERTEXTYPE VertexType, IN KMINT32 StructSize );
Description:
Parameters:This function registers a background plane. kmSetBackGroundRenderState needs to be called before this function.
Return values:pVertex[3](input) This parameter is a pointer to a vertex data structure that indicates coordinates on a background plane. VertexType(input) This parameter indicates the data type of vertex data. StructSize(input) This parameter indicates the data type of vertex data.
Value Explanation KMSTATUS_SUCCESS Success