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 68f80cd commit 977f629Copy full SHA for 977f629
.github/workflows/jekyll-gh-pages.yml
@@ -36,12 +36,6 @@ jobs:
36
mkdir slang-repo
37
pushd slang-repo
38
git clone https://github.com/shader-slang/slang.git
39
-
40
- # Temporary workaround for the broken playground
41
- pushd slang
42
- git checkout ed5940a62
43
- popd
44
45
popd
46
echo "$(git -C slang-repo/slang rev-parse HEAD)" >> key.txt
47
slang-wasm-build.sh
@@ -35,7 +35,7 @@ echo "if(EMSCRIPTEN)
35
compiler-core
slang-capability-defs
slang-capability-lookup
- slang-reflect-headers
+ slang-fiddle-output
slang-lookup-tables
INCLUDE_DIRECTORIES_PUBLIC ${slang_SOURCE_DIR}/include .
)
0 commit comments