Table of Contents

Class VulkanContextHandle

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

Constructors

VulkanContextHandle(nint, bool)

public VulkanContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

VulkanContextHandle

Type Parameters

T