GLTextureView.IGLWrapper Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface used to wrap a GL interface.
public interface GLTextureView.IGLWrapper
Remarks
Typically used for implementing debugging and tracing on top of the default GL interface. You would typically use this by creating your own class that implemented all the GL methods by delegating to another GL instance. Then you could add your own behavior before or after calling the delegate. All the wrapper would do was instantiate and return the wrapped GL instance.
Methods
| Name | Description |
|---|---|
| Wrap(IGL) |
Wraps a GL interface in another GL interface. |