Microsoft DirectX 8.1 (C++) |
The EffectGetPriority method retrieves the effect's priority level. For a given object, the render engine applies effects in order of priority, starting with priority level zero.
Syntax
HRESULT EffectGetPriority(
long *pVal
);
Parameters
pVal
Pointer to a variable that receives the priority level.
Return Value
Returns S_OK if successful, or E_POINTER otherwise.
See Also