Class GLContextHandle
public class GLContextHandle : DrawContextHandle, IDisposable
- Inheritance
-
GLContextHandle
- Implements
- Inherited Members
Constructors
GLContextHandle(nint, bool)
public GLContextHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static GLContextHandle For<T>(ConstructArgument[] constructArguments) where T : GLContext, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T