From dc2f2712725e7ba8aff5246876d68b2dc63d7e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Wed, 27 Sep 2023 15:09:51 +0200 Subject: [PATCH] Update to 4.8.1 --- ...enTK.Compute.OpenCL.ContextProperties.html | 52 +++++++++ ...OpenTK.Windowing.Desktop.GLFWProvider.html | 27 +++++ api/OpenTK.Windowing.Desktop.GameWindow.html | 5 +- ...OpenTK.Windowing.Desktop.NativeWindow.html | 25 +++++ xrefmap.yml | 104 ++++++++++++++++++ 5 files changed, 212 insertions(+), 1 deletion(-) diff --git a/api/OpenTK.Compute.OpenCL.ContextProperties.html b/api/OpenTK.Compute.OpenCL.ContextProperties.html index 8571f4ed..f58b056f 100644 --- a/api/OpenTK.Compute.OpenCL.ContextProperties.html +++ b/api/OpenTK.Compute.OpenCL.ContextProperties.html @@ -101,10 +101,62 @@

Fields + + AdapterD3D9EXKHR + + + + AdapterD3D9KHR + + + + AdapterDXVAKHR + + + + CglShareGroupKHR + + ContextPlatform + + D3D10DeviceKHR + + + + D3D11DeviceKHR + + + + EglDisplayKHR + + + + GlContextKHR + + + + GlxDisplayKHR + + + + InteropUserSync + + + + MemoryInitializeKHR + + + + TerminateKHR + + + + WglHDCKHR + + diff --git a/api/OpenTK.Windowing.Desktop.GLFWProvider.html b/api/OpenTK.Windowing.Desktop.GLFWProvider.html index 2c192b3d..c82e778c 100644 --- a/api/OpenTK.Windowing.Desktop.GLFWProvider.html +++ b/api/OpenTK.Windowing.Desktop.GLFWProvider.html @@ -194,6 +194,33 @@

Exceptions
GLFWException

If this function is not called from the main thread and CheckForMainThread is true.

+ + + + + +

SetErrorCallback(ErrorCallback)

+

Sets the error handler callback that GLFW errors get reported to.

+
+
+
Declaration
+
+
public static void SetErrorCallback(GLFWCallbacks.ErrorCallback errorCallback)
+
+
Parameters
+ + + + + + + + + + + + + diff --git a/api/OpenTK.Windowing.Desktop.GameWindow.html b/api/OpenTK.Windowing.Desktop.GameWindow.html index 22f31f5a..e72420bf 100644 --- a/api/OpenTK.Windowing.Desktop.GameWindow.html +++ b/api/OpenTK.Windowing.Desktop.GameWindow.html @@ -215,6 +215,9 @@
Inherited Members
NativeWindow.SupportsRawMouseInput
+
+ NativeWindow.HasTransparentFramebuffer +
NativeWindow.MakeCurrent()
@@ -549,7 +552,7 @@

Declaration
-
[Obsolete("Use UpdateFrame instead. We no longer separate UpdateFrame and RenderFrame.", true)]
+    
[Obsolete("Use UpdateFrequency instead. We no longer separate UpdateFrame and RenderFrame.", true)]
 public double RenderFrequency { get; set; }
Property Value
diff --git a/api/OpenTK.Windowing.Desktop.NativeWindow.html b/api/OpenTK.Windowing.Desktop.NativeWindow.html index 9422325d..cccf77c0 100644 --- a/api/OpenTK.Windowing.Desktop.NativeWindow.html +++ b/api/OpenTK.Windowing.Desktop.NativeWindow.html @@ -502,6 +502,31 @@
Property Value
TypeNameDescription
GLFWCallbacks.ErrorCallbackerrorCallback

The error callback delegate to set as the error callback.

+ +

HasTransparentFramebuffer

+

Whether or not the window has a transparent framebuffer. +Check this after setting TransparentFramebuffer to check if a transparent framebuffer got created.

+
+
+
Declaration
+
+
public bool HasTransparentFramebuffer { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
bool

Icon

Gets or sets the current WindowIcon for this window.

diff --git a/xrefmap.yml b/xrefmap.yml index bfab013a..8968eda4 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -16122,12 +16122,90 @@ references: commentId: T:OpenTK.Compute.OpenCL.ContextProperties fullName: OpenTK.Compute.OpenCL.ContextProperties nameWithType: ContextProperties +- uid: OpenTK.Compute.OpenCL.ContextProperties.AdapterD3D9EXKHR + name: AdapterD3D9EXKHR + href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_AdapterD3D9EXKHR + commentId: F:OpenTK.Compute.OpenCL.ContextProperties.AdapterD3D9EXKHR + fullName: OpenTK.Compute.OpenCL.ContextProperties.AdapterD3D9EXKHR + nameWithType: ContextProperties.AdapterD3D9EXKHR +- uid: OpenTK.Compute.OpenCL.ContextProperties.AdapterD3D9KHR + name: AdapterD3D9KHR + href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_AdapterD3D9KHR + commentId: F:OpenTK.Compute.OpenCL.ContextProperties.AdapterD3D9KHR + fullName: OpenTK.Compute.OpenCL.ContextProperties.AdapterD3D9KHR + nameWithType: ContextProperties.AdapterD3D9KHR +- uid: OpenTK.Compute.OpenCL.ContextProperties.AdapterDXVAKHR + name: AdapterDXVAKHR + href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_AdapterDXVAKHR + commentId: F:OpenTK.Compute.OpenCL.ContextProperties.AdapterDXVAKHR + fullName: OpenTK.Compute.OpenCL.ContextProperties.AdapterDXVAKHR + nameWithType: ContextProperties.AdapterDXVAKHR +- uid: OpenTK.Compute.OpenCL.ContextProperties.CglShareGroupKHR + name: CglShareGroupKHR + href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_CglShareGroupKHR + commentId: F:OpenTK.Compute.OpenCL.ContextProperties.CglShareGroupKHR + fullName: OpenTK.Compute.OpenCL.ContextProperties.CglShareGroupKHR + nameWithType: ContextProperties.CglShareGroupKHR - uid: OpenTK.Compute.OpenCL.ContextProperties.ContextPlatform name: ContextPlatform href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_ContextPlatform commentId: F:OpenTK.Compute.OpenCL.ContextProperties.ContextPlatform fullName: OpenTK.Compute.OpenCL.ContextProperties.ContextPlatform nameWithType: ContextProperties.ContextPlatform +- uid: OpenTK.Compute.OpenCL.ContextProperties.D3D10DeviceKHR + name: D3D10DeviceKHR + href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_D3D10DeviceKHR + commentId: F:OpenTK.Compute.OpenCL.ContextProperties.D3D10DeviceKHR + fullName: OpenTK.Compute.OpenCL.ContextProperties.D3D10DeviceKHR + nameWithType: ContextProperties.D3D10DeviceKHR +- uid: OpenTK.Compute.OpenCL.ContextProperties.D3D11DeviceKHR + name: D3D11DeviceKHR + href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_D3D11DeviceKHR + commentId: F:OpenTK.Compute.OpenCL.ContextProperties.D3D11DeviceKHR + fullName: OpenTK.Compute.OpenCL.ContextProperties.D3D11DeviceKHR + nameWithType: ContextProperties.D3D11DeviceKHR +- uid: OpenTK.Compute.OpenCL.ContextProperties.EglDisplayKHR + name: EglDisplayKHR + href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_EglDisplayKHR + commentId: F:OpenTK.Compute.OpenCL.ContextProperties.EglDisplayKHR + fullName: OpenTK.Compute.OpenCL.ContextProperties.EglDisplayKHR + nameWithType: ContextProperties.EglDisplayKHR +- uid: OpenTK.Compute.OpenCL.ContextProperties.GlContextKHR + name: GlContextKHR + href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_GlContextKHR + commentId: F:OpenTK.Compute.OpenCL.ContextProperties.GlContextKHR + fullName: OpenTK.Compute.OpenCL.ContextProperties.GlContextKHR + nameWithType: ContextProperties.GlContextKHR +- uid: OpenTK.Compute.OpenCL.ContextProperties.GlxDisplayKHR + name: GlxDisplayKHR + href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_GlxDisplayKHR + commentId: F:OpenTK.Compute.OpenCL.ContextProperties.GlxDisplayKHR + fullName: OpenTK.Compute.OpenCL.ContextProperties.GlxDisplayKHR + nameWithType: ContextProperties.GlxDisplayKHR +- uid: OpenTK.Compute.OpenCL.ContextProperties.InteropUserSync + name: InteropUserSync + href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_InteropUserSync + commentId: F:OpenTK.Compute.OpenCL.ContextProperties.InteropUserSync + fullName: OpenTK.Compute.OpenCL.ContextProperties.InteropUserSync + nameWithType: ContextProperties.InteropUserSync +- uid: OpenTK.Compute.OpenCL.ContextProperties.MemoryInitializeKHR + name: MemoryInitializeKHR + href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_MemoryInitializeKHR + commentId: F:OpenTK.Compute.OpenCL.ContextProperties.MemoryInitializeKHR + fullName: OpenTK.Compute.OpenCL.ContextProperties.MemoryInitializeKHR + nameWithType: ContextProperties.MemoryInitializeKHR +- uid: OpenTK.Compute.OpenCL.ContextProperties.TerminateKHR + name: TerminateKHR + href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_TerminateKHR + commentId: F:OpenTK.Compute.OpenCL.ContextProperties.TerminateKHR + fullName: OpenTK.Compute.OpenCL.ContextProperties.TerminateKHR + nameWithType: ContextProperties.TerminateKHR +- uid: OpenTK.Compute.OpenCL.ContextProperties.WglHDCKHR + name: WglHDCKHR + href: api/OpenTK.Compute.OpenCL.ContextProperties.html#OpenTK_Compute_OpenCL_ContextProperties_WglHDCKHR + commentId: F:OpenTK.Compute.OpenCL.ContextProperties.WglHDCKHR + fullName: OpenTK.Compute.OpenCL.ContextProperties.WglHDCKHR + nameWithType: ContextProperties.WglHDCKHR - uid: OpenTK.Compute.OpenCL.DeviceInfo name: DeviceInfo href: api/OpenTK.Compute.OpenCL.DeviceInfo.html @@ -61665,6 +61743,19 @@ references: isSpec: "True" fullName: OpenTK.Windowing.Desktop.GLFWProvider.IsOnMainThread nameWithType: GLFWProvider.IsOnMainThread +- uid: OpenTK.Windowing.Desktop.GLFWProvider.SetErrorCallback(OpenTK.Windowing.GraphicsLibraryFramework.GLFWCallbacks.ErrorCallback) + name: SetErrorCallback(ErrorCallback) + href: api/OpenTK.Windowing.Desktop.GLFWProvider.html#OpenTK_Windowing_Desktop_GLFWProvider_SetErrorCallback_OpenTK_Windowing_GraphicsLibraryFramework_GLFWCallbacks_ErrorCallback_ + commentId: M:OpenTK.Windowing.Desktop.GLFWProvider.SetErrorCallback(OpenTK.Windowing.GraphicsLibraryFramework.GLFWCallbacks.ErrorCallback) + fullName: OpenTK.Windowing.Desktop.GLFWProvider.SetErrorCallback(OpenTK.Windowing.GraphicsLibraryFramework.GLFWCallbacks.ErrorCallback) + nameWithType: GLFWProvider.SetErrorCallback(GLFWCallbacks.ErrorCallback) +- uid: OpenTK.Windowing.Desktop.GLFWProvider.SetErrorCallback* + name: SetErrorCallback + href: api/OpenTK.Windowing.Desktop.GLFWProvider.html#OpenTK_Windowing_Desktop_GLFWProvider_SetErrorCallback_ + commentId: Overload:OpenTK.Windowing.Desktop.GLFWProvider.SetErrorCallback + isSpec: "True" + fullName: OpenTK.Windowing.Desktop.GLFWProvider.SetErrorCallback + nameWithType: GLFWProvider.SetErrorCallback - uid: OpenTK.Windowing.Desktop.IGLFWGraphicsContext name: IGLFWGraphicsContext href: api/OpenTK.Windowing.Desktop.IGLFWGraphicsContext.html @@ -62340,6 +62431,19 @@ references: commentId: E:OpenTK.Windowing.Desktop.NativeWindow.FocusedChanged fullName: OpenTK.Windowing.Desktop.NativeWindow.FocusedChanged nameWithType: NativeWindow.FocusedChanged +- uid: OpenTK.Windowing.Desktop.NativeWindow.HasTransparentFramebuffer + name: HasTransparentFramebuffer + href: api/OpenTK.Windowing.Desktop.NativeWindow.html#OpenTK_Windowing_Desktop_NativeWindow_HasTransparentFramebuffer + commentId: P:OpenTK.Windowing.Desktop.NativeWindow.HasTransparentFramebuffer + fullName: OpenTK.Windowing.Desktop.NativeWindow.HasTransparentFramebuffer + nameWithType: NativeWindow.HasTransparentFramebuffer +- uid: OpenTK.Windowing.Desktop.NativeWindow.HasTransparentFramebuffer* + name: HasTransparentFramebuffer + href: api/OpenTK.Windowing.Desktop.NativeWindow.html#OpenTK_Windowing_Desktop_NativeWindow_HasTransparentFramebuffer_ + commentId: Overload:OpenTK.Windowing.Desktop.NativeWindow.HasTransparentFramebuffer + isSpec: "True" + fullName: OpenTK.Windowing.Desktop.NativeWindow.HasTransparentFramebuffer + nameWithType: NativeWindow.HasTransparentFramebuffer - uid: OpenTK.Windowing.Desktop.NativeWindow.Icon name: Icon href: api/OpenTK.Windowing.Desktop.NativeWindow.html#OpenTK_Windowing_Desktop_NativeWindow_Icon