ICompositionGpuImportedObject Interface
Definition
An imported GPU object that's usable by composition APIs
public interface ICompositionGpuImportedObject
Properties
| Name | Description |
|---|---|
| ImportCompleted | Tracks the import status of the object. Once the task is completed, the user code is allowed to free the resource owner in case when a non-owning sharing handle was used. |
| IsLost | Indicates if the device context this instance is associated with is no longer available |
ImportCompleted Property
Tracks the import status of the object. Once the task is completed, the user code is allowed to free the resource owner in case when a non-owning sharing handle was used.
public System.Threading.Tasks.Task ImportCompleted { get; set; }
IsLost Property
Indicates if the device context this instance is associated with is no longer available
public bool IsLost { get; set; }