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
Merge requests
!116
Resolve "VCC/Shady support"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "VCC/Shady support"
147-vcc-shady-support
into
develop
Overview
0
Commits
5
Pipelines
0
Changes
16
Merged
Tobias Frisch
requested to merge
147-vcc-shady-support
into
develop
1 year ago
Overview
0
Commits
5
Pipelines
0
Changes
16
Expand
Closes
#147 (closed)
0
0
Merge request reports
Compare
develop
version 4
271347ad
1 year ago
version 3
66cc857c
1 year ago
version 2
f1927bda
1 year ago
version 1
3abbab4a
1 year ago
develop (base)
and
latest version
latest version
e800d8d3
5 commits,
1 year ago
version 4
271347ad
4 commits,
1 year ago
version 3
66cc857c
3 commits,
1 year ago
version 2
f1927bda
2 commits,
1 year ago
version 1
3abbab4a
1 commit,
1 year ago
16 files
+
527
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
modules/shader_compiler/config/Murmur3.cmake
0 → 100644
+
9
−
0
Options
use_git_submodule
(
"
${
vkcv_shader_compiler_lib_path
}
/murmur3"
murmur3_status
)
if
(
${
murmur3_status
}
)
add_library
(
murmur3 STATIC
${
vkcv_shader_compiler_lib
}
/murmur3/murmur3.c
)
target_include_directories
(
murmur3 INTERFACE
${
vkcv_shader_compiler_lib
}
/murmur3
)
set_target_properties
(
murmur3 PROPERTIES POSITION_INDEPENDENT_CODE ON
)
endif
()
Loading