From dfe048c42f80b629ace80c3f519ea6c88dcda5ff Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Tue, 19 May 2026 17:39:55 +0200 Subject: [PATCH 1/3] Try to fix reuse CI --- REUSE.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/REUSE.toml b/REUSE.toml index 6adc7e6..2bae6ae 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -8,6 +8,7 @@ path = [ "chapters/**.md", "chapters/**.png", "chapters/**.svg", + "chapters/slang-write-once-run-anywhere-graphic.webp", ] SPDX-FileCopyrightText = "2026 The Khronos Group, Inc." SPDX-License-Identifier = "CC-BY-4.0" From 8513ae196c5ec718c053167cd6919a207ef8c464 Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Tue, 19 May 2026 17:41:37 +0200 Subject: [PATCH 2/3] Try to fix reuse CI --- REUSE.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index 2bae6ae..b8bef11 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -8,7 +8,7 @@ path = [ "chapters/**.md", "chapters/**.png", "chapters/**.svg", - "chapters/slang-write-once-run-anywhere-graphic.webp", + "chapters/images/slang-write-once-run-anywhere-graphic.webp", ] SPDX-FileCopyrightText = "2026 The Khronos Group, Inc." SPDX-License-Identifier = "CC-BY-4.0" From b88e75d6c186a532d70fbca8a40f10c16016706d Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Tue, 19 May 2026 18:26:05 +0200 Subject: [PATCH 3/3] Exclude link to samples Antora component during CI --- .github/workflows/antora-build.yml | 3 +++ chapters/slang.adoc | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/antora-build.yml b/.github/workflows/antora-build.yml index cccdb28..c25b502 100644 --- a/.github/workflows/antora-build.yml +++ b/.github/workflows/antora-build.yml @@ -51,6 +51,9 @@ jobs: sources: - url: . start_path: antora + asciidoc: + attributes: + project-local-ci: '' ui: bundle: url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable diff --git a/chapters/slang.adoc b/chapters/slang.adoc index e4ca5ab..70c5103 100644 --- a/chapters/slang.adoc +++ b/chapters/slang.adoc @@ -29,7 +29,9 @@ If you are new to Slang, here are some educational points: * link:https://shader-slang.org/docs/coming-from-hlsl/[Porting from HLSL] * link:https://shader-slang.org/docs/coming-from-glsl/[Porting from GLSL] * link:https://shader-slang.org/slang-playground/[Interactive Slang shader playground] +ifndef::project-local-ci[] * xref:samples::README.adoc[The Vulkan Samples come with Slang shaders] +endif::[] == Key differences between Slang and GLSL