Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VkCV Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vulkan2021
VkCV Framework
Commits
086e37ad
Unverified
Commit
086e37ad
authored
6 months ago
by
Jacki
Browse files
Options
Downloads
Patches
Plain Diff
Update slang submodule and adjust slang options names
Signed-off-by:
Jacki
<
jacki@thejackimonster.de
>
parent
a3542f49
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/shader_compiler/config/SLANG.cmake
+5
-5
5 additions, 5 deletions
modules/shader_compiler/config/SLANG.cmake
modules/shader_compiler/lib/slang
+1
-1
1 addition, 1 deletion
modules/shader_compiler/lib/slang
with
6 additions
and
6 deletions
modules/shader_compiler/config/SLANG.cmake
+
5
−
5
View file @
086e37ad
...
...
@@ -2,11 +2,11 @@
use_git_submodule
(
"
${
vkcv_shader_compiler_lib_path
}
/slang"
slang_status
)
if
(
${
slang_status
}
)
set
(
EXTERNAL
_MINIZ ON CACHE INTERNAL
""
)
set
(
EXTERNAL
_LZ4 ON CACHE INTERNAL
""
)
set
(
EXTERNAL
_VULKAN_HEADERS ON CACHE INTERNAL
""
)
set
(
EXTERNAL
_SPIRV_HEADERS ON CACHE INTERNAL
""
)
set
(
EXTERNAL
_UNORDERED_DENSE ON CACHE INTERNAL
""
)
set
(
SLANG_USE_SYSTEM
_MINIZ ON CACHE INTERNAL
""
)
set
(
SLANG_USE_SYSTEM
_LZ4 ON CACHE INTERNAL
""
)
set
(
SLANG_USE_SYSTEM
_VULKAN_HEADERS ON CACHE INTERNAL
""
)
set
(
SLANG_USE_SYSTEM
_SPIRV_HEADERS ON CACHE INTERNAL
""
)
set
(
SLANG_USE_SYSTEM
_UNORDERED_DENSE ON CACHE INTERNAL
""
)
set
(
SLANG_ENABLE_CUDA OFF CACHE INTERNAL
""
)
set
(
SLANG_ENABLE_OPTIX OFF CACHE INTERNAL
""
)
...
...
This diff is collapsed.
Click to expand it.
slang
@
a051510f
Compare
e1734897
...
a051510f
Subproject commit
e1734897a3681f7685b4768fd8d40f446134d483
Subproject commit
a051510f590c311e77e611847c3cedbb0145dc01
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment