Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Zenith.NET.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<Project Path="sources/Views/Zenith.NET.Views.WPF/Zenith.NET.Views.WPF.csproj" />
<Project Path="sources/Views/Zenith.NET.Views/Zenith.NET.Views.csproj" />
</Folder>
<Project Path="sources/Zenith.NET.Compiler/Zenith.NET.Compiler.csproj" />
<Project Path="sources/Zenith.NET.DirectX12/Zenith.NET.DirectX12.csproj" />
<Project Path="sources/Zenith.NET.Metal/Zenith.NET.Metal.csproj" />
<Project Path="sources/Zenith.NET.Vulkan/Zenith.NET.Vulkan.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion sources/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageVersion Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.23.0" />
<PackageVersion Include="SixLabors.ImageSharp" Version="4.1.2" />
<PackageVersion Include="SkiaSharp" Version="4.152.0" />
<PackageVersion Include="Slangc.NET" Version="2026.16.1" />
<PackageVersion Include="Slangc.NET" Version="2026.18.0" />
<PackageVersion Include="Uno.WinUI" Version="6.7.103" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions sources/Experiments/CornellBox/CornellBox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<ItemGroup>
<ProjectReference Include="..\..\Extensions\Zenith.NET.Extensions.ImGui\Zenith.NET.Extensions.ImGui.csproj" />
<ProjectReference Include="..\..\Extensions\Zenith.NET.Extensions.Upscaling\Zenith.NET.Extensions.Upscaling.csproj" />
<ProjectReference Include="..\..\Zenith.NET.Compiler\Zenith.NET.Compiler.csproj" />
<ProjectReference Include="..\..\Zenith.NET.DirectX12\Zenith.NET.DirectX12.csproj" />
<ProjectReference Include="..\..\Zenith.NET.Metal\Zenith.NET.Metal.csproj" />
<ProjectReference Include="..\..\Zenith.NET.Vulkan\Zenith.NET.Vulkan.csproj" />
Expand Down
1 change: 1 addition & 0 deletions sources/Experiments/FluidTank/FluidTank.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<ItemGroup>
<ProjectReference Include="..\..\Extensions\Zenith.NET.Extensions.ImGui\Zenith.NET.Extensions.ImGui.csproj" />
<ProjectReference Include="..\..\Zenith.NET.Compiler\Zenith.NET.Compiler.csproj" />
<ProjectReference Include="..\..\Zenith.NET.DirectX12\Zenith.NET.DirectX12.csproj" />
<ProjectReference Include="..\..\Zenith.NET.Metal\Zenith.NET.Metal.csproj" />
<ProjectReference Include="..\..\Zenith.NET.Vulkan\Zenith.NET.Vulkan.csproj" />
Expand Down
2,489 changes: 1,245 additions & 1,244 deletions sources/Extensions/Zenith.NET.Extensions.ImGui/ImGuiRenderer.g.cs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#:project ../../../Zenith.NET/Zenith.NET.csproj
#:project ../../../Zenith.NET.Compiler/Zenith.NET.Compiler.csproj

using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
1,213 changes: 607 additions & 606 deletions sources/Extensions/Zenith.NET.Extensions.Upscaling/Passes/Sgsr1Pass.g.cs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,529 changes: 765 additions & 764 deletions sources/Extensions/Zenith.NET.Extensions.Upscaling/Passes/Sgsr2ConvertPass.g.cs

Large diffs are not rendered by default.

2,344 changes: 1,173 additions & 1,171 deletions sources/Extensions/Zenith.NET.Extensions.Upscaling/Passes/Sgsr2UpscalePass.g.cs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#:project ../../../Zenith.NET/Zenith.NET.csproj
#:project ../../../Zenith.NET.Compiler/Zenith.NET.Compiler.csproj

using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<Compile Remove="Shaders\**" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<None Include="ThirdParty\SGSR-LICENSE.txt" Pack="true" PackagePath="third-party-notices\SGSR-LICENSE.txt" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Zenith.NET\Zenith.NET.csproj" />
</ItemGroup>

<Import Project="..\..\NuGet.Packaging.props" />

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<None Include="ThirdParty\SGSR-LICENSE.txt" Pack="true" PackagePath="third-party-notices\SGSR-LICENSE.txt" />
</ItemGroup>

</Project>
18 changes: 18 additions & 0 deletions sources/Zenith.NET.Compiler/Zenith.NET.Compiler.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>$(StandardTargetFramework)</TargetFramework>
<NoWarn>IDE0130</NoWarn>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Zenith.NET\Zenith.NET.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Slangc.NET" />
Comment thread
qian-o marked this conversation as resolved.
</ItemGroup>

<Import Project="..\NuGet.Packaging.props" />

</Project>
4 changes: 0 additions & 4 deletions sources/Zenith.NET/Zenith.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<NoWarn>IDE0130</NoWarn>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Slangc.NET" />
</ItemGroup>

<Import Project="..\NuGet.Packaging.props" />

</Project>