ID2D1EffectImpl interface
Allows the internal context to be specified by the effect author.
When to implement
This interface is created by the effect author from a static factory registered through the ID2D1Factory::RegisterEffect method.
Members
The ID2D1EffectImpl interface inherits from the IUnknown interface. ID2D1EffectImpl also has these types of members:
Methods
The ID2D1EffectImpl interface has these methods.
| Method | Description |
|---|---|
| Initialize |
The effect can use this method to do one time initialization tasks. |
| PrepareForRender |
Prepares an effect for the rendering process. |
| SetGraph |
The renderer calls this method to provide the effect implementation with a way to specify its transform graph and transform graph changes. |
Remarks
Requirements
|
Minimum supported client | Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
See also
Send comments about this topic to Microsoft
Build date: 11/29/2012