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