Skip to content
Open
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
3 changes: 0 additions & 3 deletions Source/Chapter02Shaders/Chapter02Shaders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.EXT" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
Expand Down
4 changes: 0 additions & 4 deletions Source/Chapter03PipelineSetup/Chapter03PipelineSetup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions Source/Chapter04PipelineStages/Chapter04PipelineStages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
6 changes: 1 addition & 5 deletions Source/Chapter05SwapChain/Chapter05PipelineStages.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.EXT" Version="2.16.0" />
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>


<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions Source/Chapter06VertexBuffers/Chapter06VertextBuffers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
6 changes: 1 addition & 5 deletions Source/Chapter09PushConstants/Chapter09PushConstants.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.EXT" Version="2.16.0" />
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>


<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions Source/Chapter18DiffuseShading/Chapter18DiffuseShading.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions Source/Chapter19UniformBuffers/Chapter19UniformBuffers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions Source/Chapter20DescriptorSets/Chapter20DescriptorSets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions Source/Chapter21PointLights/Chapter21PointLights.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions Source/Chapter24Billboards/Chapter24Billboards.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions Source/Chapter27AlphaBlending/Chapter27AlphaBlending.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions Source/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<VulkanBinPath Condition="'$(VulkanBinPath)' == ''">C:\VulkanSDK\1.4.304.0\Bin</VulkanBinPath>
</PropertyGroup>
</Project>
4 changes: 0 additions & 4 deletions Source/Sandbox01MultiSampling/Sandbox01MultiSampling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="**/*.spv" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions Source/Sandbox02ImGui/Sandbox02ImGui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
<PackageReference Include="Silk.NET.Vulkan.Extensions.KHR" Version="2.16.0" />
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
</PropertyGroup>

<!--<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>false</Optimize>
<DebugType>full</DebugType>
Expand Down
1 change: 0 additions & 1 deletion Source/Sandbox03MeshShaders/Sandbox03MeshShaders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
</ItemGroup>

<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.239.0\Bin</VulkanBinPath>
<SpirVTarget>spv1.4</SpirVTarget>
<DestinationFolder>./Systems/SPIRV</DestinationFolder>
</PropertyGroup>
Expand Down