Table of Contents

Class GLTexture

Namespace
Gdk.Internal
Assembly
Gdk-4.0.dll
public class GLTexture
Inheritance
GLTexture
Inherited Members

Methods

GetGType()

Calls native function gdk_gl_texture_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

New(IntPtr, uint, int, int, DestroyNotify, IntPtr)

Calls native constructor gdk_gl_texture_new.

public static extern IntPtr New(IntPtr context, uint id, int width, int height, DestroyNotify destroy, IntPtr data)

Parameters

context IntPtr

Transfer ownership: None Nullable: False

id uint

Transfer ownership: None Nullable: False

width int

Transfer ownership: None Nullable: False

height int

Transfer ownership: None Nullable: False

destroy DestroyNotify

Transfer ownership: None Nullable: False

data IntPtr

Transfer ownership: None Nullable: True

Returns

IntPtr

Transfer ownership: Full Nullable: False

Release(IntPtr)

Calls native method gdk_gl_texture_release.

public static extern void Release(IntPtr self)

Parameters

self IntPtr

Transfer ownership: None Nullable: False