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/REUSE.toml b/REUSE.toml index 6adc7e6..b8bef11 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -8,6 +8,7 @@ path = [ "chapters/**.md", "chapters/**.png", "chapters/**.svg", + "chapters/images/slang-write-once-run-anywhere-graphic.webp", ] SPDX-FileCopyrightText = "2026 The Khronos Group, Inc." SPDX-License-Identifier = "CC-BY-4.0" 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