Prototype declaration:
KMSTATUS KMAPI kmSetBackGroundRenderState( IN PKMVERTEXCONTEXT pVertexContext );
Description:
Parameters:This function registers the members (listed below) of the KMVERTEXCONTEXT structure that was set up by kmProcessVertexRenderState in the system as the rendering parameters for the background plane. For the BG plane settings that are specified by kmSetBackGroundPlane() subsequent to calling this function, these parameters and the value of KMVERTEXCONTEXT set by pVertexContext are valid. Members that are referenced: pVertexContext->GLOBALPARAMBUFFER pVertexContext->ISPPARAMBUFFER pVertexContext->TSPPARAMBUFFER pVertexContext->TexturePARAMBUFFER
Return values:pVertexContext(input) This parameter is a pointer to KMVERTEXCONTEXT.
Value Explanation KMSTATUS_SUCCESS Success