Class GLTexture
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(nint, uint, int, int, DestroyNotify, nint)
Calls native constructor gdk_gl_texture_new.
public static extern nint New(nint context, uint id, int width, int height, DestroyNotify destroy, nint data)
Parameters
context
nintTransfer ownership: None Nullable: False
id
uintTransfer ownership: None Nullable: False
width
intTransfer ownership: None Nullable: False
height
intTransfer ownership: None Nullable: False
destroy
DestroyNotifyTransfer ownership: None Nullable: False
data
nintTransfer ownership: None Nullable: True
Returns
- nint
Transfer ownership: Full Nullable: False
Release(nint)
Calls native method gdk_gl_texture_release.
public static extern void Release(nint self)
Parameters
self
nintTransfer ownership: None Nullable: False