We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbca720 commit 1031869Copy full SHA for 1031869
build/nuke/Native/VulkanLoader.cs
@@ -26,6 +26,8 @@
26
using static Nuke.Common.Tools.GitHub.GitHubTasks;
27
28
partial class Build {
29
+ // TODO the dishes
30
+
31
AbsolutePath VulkanLoaderPath => RootDirectory / "build" / "submodules" / "Vulkan-Loader";
32
33
Target VulkanLoader => CommonTarget
0 commit comments