This class is an API extension for the ShadeContext class.
It is used specifically for querying motion information of shade context.
#include <IShadeContextExtension8.h>
Public Member Functions |
|
virtual Point2 | MotionVector ()=0 |
This method returns the velocity information
for shade context. |
|
virtual Interface_ID | GetID () |
Reimplemented from BaseInterface. |
virtual Point2 MotionVector | ( | ) | [pure virtual] |
This method returns the velocity information for shade context.
Interface_ID GetID | ( | ) | [inline, virtual] |
Reimplemented from BaseInterface.
Reimplemented from BaseInterface.
{
return ISHADECONTEXT_EXTENSION_8_INTERFACE_ID;
}