Direct2d effects
The Direct2D effects API is an addition to Direct2D that provides image effect processing. Direct2D effects is GPU accelerated, immediate-mode, and is integrated with Direct2D.
With Direct2D effects you can combine multiple effects into a graph that is all processed at render time. This graph can include several different categories of Built-in Effects and also enables you to implement your own effects.
For more information, see Effects Overview.
http://msdn.microsoft.com/en-us/library/windows/desktop/hh706316(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/hh973240(v=vs.85).aspx
Introduction to Direct2D Effects
http://msdn.microsoft.com/en-us/library/windows/desktop/hh973240(v=vs.85).aspx
How to Apply Effects to Primitives
http://msdn.microsoft.com/en-us/library/windows/desktop/hh973240(v=vs.85).aspx
Direct2D effects provides this set of built-in effects. The effects come in several categories and are listed below.
Direct2D效果API为Direct2D提供了图像效果处理功能。该API支持GPU加速,并可以将多种内置效果及自定义效果组合成图表,在渲染时进行处理。内置效果包括滤镜、合成操作、颜色管理和变换等。
8257

被折叠的 条评论
为什么被折叠?



