CXAPOParametersBase::GetParameters
CXAPOParametersBase::GetParameters
Gets effect-specific parameters.
void GetParameters( void *pParameters, UINT32 ParameterByteSize );
Parameters
- pParameters
Receives an effect-specific parameter block. - ParameterByteSize
Size of pParameters, in bytes.
Return Values
None.
Remarks
The data in pParameters is completely effect-specific and determined by the implementation of the IXAPOParameters::GetParameters function. The data returned in pParameters can be used to provide information about the current state of the XAPO.
Requirements
Header: Declared in XAPOBase.h.
Library: Use XAPOBase.lib.