diff options
Diffstat (limited to 'o3d/plugin/idl/render_surface_set.idl')
-rw-r--r-- | o3d/plugin/idl/render_surface_set.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/o3d/plugin/idl/render_surface_set.idl b/o3d/plugin/idl/render_surface_set.idl index e7e6585..bcfd858 100644 --- a/o3d/plugin/idl/render_surface_set.idl +++ b/o3d/plugin/idl/render_surface_set.idl @@ -40,6 +40,10 @@ namespace o3d { 1) If both a color and depth surface is bound, then they must be of matching dimensions. 2) At least one of render_surface and render_depth_surface must non-null. + + @o3dparameter renderSurface ParamRenderSurface The render surface to set. + @o3dparameter renderDepthStencilSurface ParamRenderDepthStencilSurface The + depth stencil render surface to set. %] [nocpp, include="core/cross/render_surface_set.h"] class RenderSurfaceSet : RenderNode { |