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(ulong)

Initializes a new instance of the VkHandle struct.

Declaration
public VkHandle(ulong handle)
Parameters
Type Name Description
ulong 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 ulong Handle
Field Value
Type Description
ulong
In this article
Back to top Generated by DocFX