Mount Fuji Engine  0.8b
MF_API bool MFStateBlock_SetMiscState ( MFStateBlock pStateBlock,
MFStateConstant_Miscellaneous  miscState,
const void *  pStateData,
size_t  dataSize 
)

Sets a miscellaneous render state.

Parameters
pStateBlockA state block.
miscStateThe render state constant to set.
pStateDataPointer to render state data to write to the state block.
dataSizeSize of the render state data.
Returns
true if the state was set successfully.