Table of Contents

Class GLTextureHandle

Namespace
Gdk.Internal
Assembly
Gdk-4.0.dll
public class GLTextureHandle : TextureHandle, IDisposable
Inheritance
GLTextureHandle
Implements
Inherited Members

Constructors

GLTextureHandle(nint, bool)

public GLTextureHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static GLTextureHandle For<T>(ConstructArgument[] constructArguments) where T : GLTexture, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

GLTextureHandle

Type Parameters

T