Skip to content

Commit

Permalink
Fixes from self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Nov 1, 2024
1 parent e07cfa9 commit 5821a74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build/props/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
- Updated to OpenAL Soft 1.23.1.
- Updated to shaderc 2024.3.
- Updated to Assimp 5.4.1.
- Updated WebGPU/wgpu/dawn bindings.
- Updated to latest OpenGL specifications.
- Updated to latest OpenCL specifications.
- Updated to ImGui.NET 1.90.8.1. (thanks @matt-edmondson)
- Updated DirectX/Windows bindings to 10.0.26100.0.
- Updated WebGPU/wgpu/dawn bindings.
- Updated SPIR-V Reflect, Cross, Headers, and Tools to their latest Vulkan 1.3.296 version.
- Updated ANGLE binaries for macOS. (thanks @ramezgerges/Uno Platform)
- Improved native binary packaging. (thanks @joskuijpers, @alexrp)
Expand Down
4 changes: 3 additions & 1 deletion generator.json
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,8 @@
"D2D1_ALPHA_MODE",
"D2D1_PIXEL_FORMAT",
"ID2D1SimplifiedGeometrySink",
"_D3DCOLORVALUE"
"_D3DCOLORVALUE",
"D2D1_GRADIENT_STOP"
],
"rename": {},
"bakery": {
Expand Down Expand Up @@ -1918,6 +1919,7 @@
"IDXGISurface": "Silk.NET.DXGI.IDXGISurface",
"D2D1_ALPHA_MODE": "Silk.NET.Direct2D.AlphaMode",
"D2D1PixelFormat": "Silk.NET.Direct2D.PixelFormat",
"D2D1_GRADIENT_STOP": "Silk.NET.Direct2D.GradientStop",
"ID2D1SimplifiedGeometrySink": "Silk.NET.Direct2D.ID2D1SimplifiedGeometrySink",
"_FILETIME": "Silk.NET.Core.Win32Extras.Filetime",
"tagLOGFONTW": "void",
Expand Down
4 changes: 2 additions & 2 deletions website/_theme/src/11-navcontent.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</a>
</li>
}
@if (tocModelRoot.Metadata?.TryGetValue("theme.silk.nav.github", out discordLink) ?? false)
@if (tocModelRoot.Metadata?.TryGetValue("theme.silk.nav.github", out githubLink) ?? false)
{
<li class="nav-item">
<a class="nav-link nav-link-icon" href="@githubLink" target="_blank" data-toggle="tooltip" title="Star us on Github">
Expand Down Expand Up @@ -160,4 +160,4 @@
}
</ul>
</div>
</div>
</div>

0 comments on commit 5821a74

Please sign in to comment.