Show / Hide Table of Contents

Struct VkHandle

A handle to a Vulkan object.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public struct VkHandle

Constructors

VkHandle(IntPtr)

Initializes a new instance of the VkHandle struct.

Declaration
public VkHandle(IntPtr handle)
Parameters
Type Name Description
IntPtr handle

The native Vulkan handle. This is NOT a pointer to a field containing the handle, this is the actual handle itself.

Fields

Handle

The actual value of the Vulkan handle.

Declaration
public IntPtr Handle
Field Value
Type Description
IntPtr
In This Article
Back to top Generated by DocFX