Interface that signals for creation of rendering surfaces. More...
Inherits IDisposable.
Public Member Functions | |
| virtual void | Signal (CoherentHandle handle) | 
| Signals that the operation was completed. You should call this function in the same thread that updates the UI context.  More... | |
Interface that signals for creation of rendering surfaces.
      
  | 
  inlinevirtual | 
Signals that the operation was completed. You should call this function in the same thread that updates the UI context.
| handle | the created surface handle or a NULL handle if the operation fails |