diff options
Diffstat (limited to 'o3d/plugin/idl/render_surface.idl')
-rw-r--r-- | o3d/plugin/idl/render_surface.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/o3d/plugin/idl/render_surface.idl b/o3d/plugin/idl/render_surface.idl index 682ac62..183341c 100644 --- a/o3d/plugin/idl/render_surface.idl +++ b/o3d/plugin/idl/render_surface.idl @@ -34,6 +34,13 @@ namespace o3d { %[ A RenderSurfaceBase is the base for RenderSurface and RenderDepthStencilSurface. + + @o3dparameter width ParamInteger The width of this RenderSurface. + [Read Only] + @o3dparameter height ParamInteger The height of this RenderSurface. + [Read Only] + @o3dparameter texture ParamTexture The texture of this RenderSurface. + [Read Only] %] [nocpp, include="core/cross/render_surface.h"] class RenderSurfaceBase : ParamObject { |