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