Struct VkHandle
A handle to a Vulkan object.
Inherited Members
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 |