Wiki > TV3D65 Index > TVScene
-This page has been generated automatically. Please improve it by adding a description and additional information.
| VB.NET | CreateRenderSurface(iWidth As Integer , iHeight As Integer , bUseDepthBuffer As Boolean , iFormat As CONST_TV_RENDERSURFACEFORMAT , sName As String) As TVRenderSurface |
|---|---|
| C++ | cTVRenderSurface CreateRenderSurface(int iWidth , int iHeight , bool bUseDepthBuffer , cCONST_TV_RENDERSURFACEFORMAT iFormat , char* sName ) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| iWidth | No | iWidth description |
| iHeight | No | iHeight description |
| bUseDepthBuffer | Yes | bUseDepthBuffer description |
| iFormat | Yes | iFormat description |
| sName | Yes | sName description |
| TVRenderSurface | Description of what the return value means. |
|---|
| Example | Basic example. |
|---|