Edit

GLTextureView.IGLWrapper Interface

Definition

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.

Applies to