雨亭

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理


Multiple Render Targets (Direct3D 9  SDK)
Multiple Render Targets (MRT) refers to the ability to render to multiple surfaces (see IDirect3D9Surface) with a single draw call. These surfaces can be created independently of each other. Render targets can be set using IDirect3DDevice9::SetRenderTarget.

Multiple render targets have the following restrictions:

No antialiasing is supported.

posted on 2012-06-14 21:55  雨亭  阅读(294)  评论(0编辑  收藏  举报