Wiki > TV3D65 Index > TVRenderSurface
SetSystemMemCopy
DESCRIPTION
-If set to true, the RS will copy to RAM when you have to use GetPixel. It is copied to RAM when GetPixel is first used. This is because GetPixel cannot work directly from VRAM.
DECLARATION
| VB.NET | SetSystemMemCopy(bEnable As Boolean , bRestoreWhenReset As Boolean) |
| C++ | void SetSystemMemCopy(bool bEnable , bool bRestoreWhenReset ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| bEnable | No | Enable the feature |
| bRestoreWhenReset | Yes | bRestoreWhenReset description |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.