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