Wiki > TV3D65 Index > TVRenderSurface
CreateStaticTextureFromRenderSurface
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | CreateStaticTextureFromRenderSurface(iWidth As Integer , iHeight As Integer , iColorKey As Integer , sName As String , bGenerateMipmaps As Boolean) As Integer |
| C++ | int CreateStaticTextureFromRenderSurface(int iWidth , int iHeight , int iColorKey , char* sName , bool bGenerateMipmaps ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| iWidth | No | iWidth description |
| iHeight | No | iHeight description |
| iColorKey | Yes | iColorKey description |
| sName | Yes | sName description |
| bGenerateMipmaps | Yes | bGenerateMipmaps description |
RETURN VALUE
| Integer | Description of what the return value means. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.