 |
VulkanDeviceEnableBackgroundUpload Method |
EnableBackgroundUpload can be called after calling
DisableBackgroundUpload to re-enable the background upload of images and buffer.
Note that if the graphics card does not support background upload, then calling this method will not actually enable background upload (it will just prevent disabling it).
Namespace: Ab4d.SharpEngine.VulkanAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic void EnableBackgroundUpload()
See Also