Table of Contents

Class DmabufTextureHandle

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

Constructors

DmabufTextureHandle(nint, bool)

public DmabufTextureHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DmabufTextureHandle

Type Parameters

T