Skip to content

Commit

Permalink
Update to 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NogginBops committed Sep 27, 2023
1 parent 7801ec4 commit dc2f271
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 1 deletion.
52 changes: 52 additions & 0 deletions api/OpenTK.Compute.OpenCL.ContextProperties.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,62 @@ <h3 id="fields">Fields
</tr>
<thead>
<tbody>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_AdapterD3D9EXKHR">AdapterD3D9EXKHR</td>
<td></td>
</tr>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_AdapterD3D9KHR">AdapterD3D9KHR</td>
<td></td>
</tr>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_AdapterDXVAKHR">AdapterDXVAKHR</td>
<td></td>
</tr>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_CglShareGroupKHR">CglShareGroupKHR</td>
<td></td>
</tr>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_ContextPlatform">ContextPlatform</td>
<td></td>
</tr>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_D3D10DeviceKHR">D3D10DeviceKHR</td>
<td></td>
</tr>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_D3D11DeviceKHR">D3D11DeviceKHR</td>
<td></td>
</tr>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_EglDisplayKHR">EglDisplayKHR</td>
<td></td>
</tr>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_GlContextKHR">GlContextKHR</td>
<td></td>
</tr>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_GlxDisplayKHR">GlxDisplayKHR</td>
<td></td>
</tr>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_InteropUserSync">InteropUserSync</td>
<td></td>
</tr>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_MemoryInitializeKHR">MemoryInitializeKHR</td>
<td></td>
</tr>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_TerminateKHR">TerminateKHR</td>
<td></td>
</tr>
<tr>
<td id="OpenTK_Compute_OpenCL_ContextProperties_WglHDCKHR">WglHDCKHR</td>
<td></td>
</tr>
</tbody>
</thead></thead></table>
</article>
Expand Down
27 changes: 27 additions & 0 deletions api/OpenTK.Windowing.Desktop.GLFWProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,33 @@ <h5 class="exceptions">Exceptions</h5>
<tr>
<td><a class="xref" href="OpenTK.Windowing.GraphicsLibraryFramework.GLFWException.html">GLFWException</a></td>
<td><p>If this function is not called from the main thread and <a class="xref" href="OpenTK.Windowing.Desktop.GLFWProvider.html#OpenTK_Windowing_Desktop_GLFWProvider_CheckForMainThread">CheckForMainThread</a> is true.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenTK_Windowing_Desktop_GLFWProvider_SetErrorCallback_" data-uid="OpenTK.Windowing.Desktop.GLFWProvider.SetErrorCallback*"></a>
<h4 id="OpenTK_Windowing_Desktop_GLFWProvider_SetErrorCallback_OpenTK_Windowing_GraphicsLibraryFramework_GLFWCallbacks_ErrorCallback_" data-uid="OpenTK.Windowing.Desktop.GLFWProvider.SetErrorCallback(OpenTK.Windowing.GraphicsLibraryFramework.GLFWCallbacks.ErrorCallback)">SetErrorCallback(ErrorCallback)</h4>
<div class="markdown level1 summary"><p>Sets the error handler callback that GLFW errors get reported to.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SetErrorCallback(GLFWCallbacks.ErrorCallback errorCallback)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="OpenTK.Windowing.GraphicsLibraryFramework.GLFWCallbacks.html">GLFWCallbacks</a>.<a class="xref" href="OpenTK.Windowing.GraphicsLibraryFramework.GLFWCallbacks.ErrorCallback.html">ErrorCallback</a></td>
<td><span class="parametername">errorCallback</span></td>
<td><p>The error callback delegate to set as the error callback.</p>
</td>
</tr>
</tbody>
Expand Down
5 changes: 4 additions & 1 deletion api/OpenTK.Windowing.Desktop.GameWindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="OpenTK.Windowing.Desktop.NativeWindow.html#OpenTK_Windowing_Desktop_NativeWindow_SupportsRawMouseInput">NativeWindow.SupportsRawMouseInput</a>
</div>
<div>
<a class="xref" href="OpenTK.Windowing.Desktop.NativeWindow.html#OpenTK_Windowing_Desktop_NativeWindow_HasTransparentFramebuffer">NativeWindow.HasTransparentFramebuffer</a>
</div>
<div>
<a class="xref" href="OpenTK.Windowing.Desktop.NativeWindow.html#OpenTK_Windowing_Desktop_NativeWindow_MakeCurrent">NativeWindow.MakeCurrent()</a>
</div>
Expand Down Expand Up @@ -549,7 +552,7 @@ <h4 id="OpenTK_Windowing_Desktop_GameWindow_RenderFrequency" data-uid="OpenTK.Wi
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[Obsolete(&quot;Use UpdateFrame instead. We no longer separate UpdateFrame and RenderFrame.&quot;, true)]
<pre><code class="lang-csharp hljs">[Obsolete(&quot;Use UpdateFrequency instead. We no longer separate UpdateFrame and RenderFrame.&quot;, true)]
public double RenderFrequency { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
Expand Down
25 changes: 25 additions & 0 deletions api/OpenTK.Windowing.Desktop.NativeWindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,31 @@ <h5 class="propertyValue">Property Value</h5>
</tr>
</tbody>
</table>
<a id="OpenTK_Windowing_Desktop_NativeWindow_HasTransparentFramebuffer_" data-uid="OpenTK.Windowing.Desktop.NativeWindow.HasTransparentFramebuffer*"></a>
<h4 id="OpenTK_Windowing_Desktop_NativeWindow_HasTransparentFramebuffer" data-uid="OpenTK.Windowing.Desktop.NativeWindow.HasTransparentFramebuffer">HasTransparentFramebuffer</h4>
<div class="markdown level1 summary"><p>Whether or not the window has a transparent framebuffer.
Check this after setting <a class="xref" href="OpenTK.Windowing.Desktop.NativeWindowSettings.html#OpenTK_Windowing_Desktop_NativeWindowSettings_TransparentFramebuffer">TransparentFramebuffer</a> to check if a transparent framebuffer got created.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool HasTransparentFramebuffer { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
<td></td>
</tr>
</tbody>
</table>
<a id="OpenTK_Windowing_Desktop_NativeWindow_Icon_" data-uid="OpenTK.Windowing.Desktop.NativeWindow.Icon*"></a>
<h4 id="OpenTK_Windowing_Desktop_NativeWindow_Icon" data-uid="OpenTK.Windowing.Desktop.NativeWindow.Icon">Icon</h4>
<div class="markdown level1 summary"><p>Gets or sets the current <a class="xref" href="OpenTK.Windowing.Common.Input.WindowIcon.html">WindowIcon</a> for this window.</p>
Expand Down
104 changes: 104 additions & 0 deletions xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dc2f271

Please sign in to comment.